blob: 62c067dd9208c4be188bbbe14ed590613b34b2cb [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.accountUserLinks.html">accountUserLinks</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
John Asmuth614db982014-04-24 15:46:26 -040081 <code><a href="#delete">delete(accountId, linkId)</a></code></p>
82<p class="firstline">Removes a user from the given account.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#insert">insert(accountId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Adds a new user to the given account.</p>
86<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070087 <code><a href="#list">list(accountId, start_index=None, max_results=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Lists account-user links for a given account.</p>
89<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070090 <code><a href="#update">update(accountId, linkId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040091<p class="firstline">Updates permissions for an existing user on the given account.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
John Asmuth614db982014-04-24 15:46:26 -040099 <code class="details" id="delete">delete(accountId, linkId)</code>
100 <pre>Removes a user from the given account.
101
102Args:
103 accountId: string, Account ID to delete the user link for. (required)
104 linkId: string, Link ID to delete the user link for. (required)
105</pre>
106</div>
107
108<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700109 <code class="details" id="insert">insert(accountId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400110 <pre>Adds a new user to the given account.
111
112Args:
113 accountId: string, Account ID to create the user link for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700114 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400115 The object takes the form of:
116
117{ # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Bu Sun Kim65020912020-05-20 12:08:20 -0700118 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
119 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
120 &quot;kind&quot;: &quot;analytics#userRef&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700121 &quot;id&quot;: &quot;A String&quot;, # User ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700123 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
124 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
125 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
126 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
127 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
128 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
129 &quot;name&quot;: &quot;A String&quot;, # Account name.
130 &quot;id&quot;: &quot;A String&quot;, # Account ID.
131 },
132 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
133 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
134 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
135 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
136 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
137 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
138 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
139 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
140 },
141 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
142 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
143 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
144 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
145 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
146 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
147 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
148 },
149 },
150 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700151 &quot;permissions&quot;: { # Permissions the user has for this entity.
152 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
153 &quot;A String&quot;,
154 ],
155 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
156 &quot;A String&quot;,
157 ],
158 },
John Asmuth614db982014-04-24 15:46:26 -0400159 }
160
161
162Returns:
163 An object of the form:
164
165 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Bu Sun Kim65020912020-05-20 12:08:20 -0700166 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
167 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
168 &quot;kind&quot;: &quot;analytics#userRef&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 &quot;id&quot;: &quot;A String&quot;, # User ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700170 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700171 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
172 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
173 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
174 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
175 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
176 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
177 &quot;name&quot;: &quot;A String&quot;, # Account name.
178 &quot;id&quot;: &quot;A String&quot;, # Account ID.
179 },
180 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
181 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
182 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
183 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
184 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
185 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
186 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
187 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
188 },
189 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
190 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
191 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
192 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
193 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
194 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
195 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
196 },
197 },
198 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700199 &quot;permissions&quot;: { # Permissions the user has for this entity.
200 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
201 &quot;A String&quot;,
202 ],
203 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
204 &quot;A String&quot;,
205 ],
206 },
John Asmuth614db982014-04-24 15:46:26 -0400207 }</pre>
208</div>
209
210<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700211 <code class="details" id="list">list(accountId, start_index=None, max_results=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400212 <pre>Lists account-user links for a given account.
213
214Args:
215 accountId: string, Account ID to retrieve the user links for. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 start_index: integer, An index of the first account-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700217 max_results: integer, The maximum number of account-user links to include in this response.
John Asmuth614db982014-04-24 15:46:26 -0400218
219Returns:
220 An object of the form:
221
222 { # An entity user link collection provides a list of Analytics ACL links Each resource in this collection corresponds to a single link.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700223 &quot;previousLink&quot;: &quot;A String&quot;, # Previous link for this account collection.
224 &quot;nextLink&quot;: &quot;A String&quot;, # Next link for this account collection.
225 &quot;totalResults&quot;: 42, # The total number of results for the query, regardless of the number of results in the response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700226 &quot;items&quot;: [ # A list of entity user links.
John Asmuth614db982014-04-24 15:46:26 -0400227 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Bu Sun Kim65020912020-05-20 12:08:20 -0700228 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
229 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
230 &quot;kind&quot;: &quot;analytics#userRef&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700231 &quot;id&quot;: &quot;A String&quot;, # User ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700232 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700233 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
234 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
235 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
236 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
237 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
238 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
239 &quot;name&quot;: &quot;A String&quot;, # Account name.
240 &quot;id&quot;: &quot;A String&quot;, # Account ID.
241 },
242 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
243 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
244 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
245 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
246 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
247 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
248 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
249 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
250 },
251 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
252 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
253 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
254 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
255 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
256 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
257 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
258 },
259 },
260 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700261 &quot;permissions&quot;: { # Permissions the user has for this entity.
262 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
263 &quot;A String&quot;,
264 ],
265 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
266 &quot;A String&quot;,
267 ],
268 },
John Asmuth614db982014-04-24 15:46:26 -0400269 },
270 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700271 &quot;kind&quot;: &quot;analytics#entityUserLinks&quot;, # Collection type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700272 &quot;itemsPerPage&quot;: 42, # The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
273 &quot;startIndex&quot;: 42, # The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
John Asmuth614db982014-04-24 15:46:26 -0400274 }</pre>
275</div>
276
277<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700278 <code class="details" id="update">update(accountId, linkId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400279 <pre>Updates permissions for an existing user on the given account.
280
281Args:
282 accountId: string, Account ID to update the account-user link for. (required)
283 linkId: string, Link ID to update the account-user link for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700284 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400285 The object takes the form of:
286
287{ # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Bu Sun Kim65020912020-05-20 12:08:20 -0700288 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
289 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
290 &quot;kind&quot;: &quot;analytics#userRef&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700291 &quot;id&quot;: &quot;A String&quot;, # User ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700292 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700293 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
294 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
295 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
296 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
297 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
298 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
299 &quot;name&quot;: &quot;A String&quot;, # Account name.
300 &quot;id&quot;: &quot;A String&quot;, # Account ID.
301 },
302 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
303 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
304 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
305 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
306 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
307 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
308 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
309 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
310 },
311 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
312 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
313 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
314 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
315 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
316 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
317 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
318 },
319 },
320 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700321 &quot;permissions&quot;: { # Permissions the user has for this entity.
322 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
323 &quot;A String&quot;,
324 ],
325 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
326 &quot;A String&quot;,
327 ],
328 },
John Asmuth614db982014-04-24 15:46:26 -0400329 }
330
331
332Returns:
333 An object of the form:
334
335 { # JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Bu Sun Kim65020912020-05-20 12:08:20 -0700336 &quot;userRef&quot;: { # JSON template for a user reference. # User reference.
337 &quot;email&quot;: &quot;A String&quot;, # Email ID of this user.
338 &quot;kind&quot;: &quot;analytics#userRef&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700339 &quot;id&quot;: &quot;A String&quot;, # User ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700340 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700341 &quot;selfLink&quot;: &quot;A String&quot;, # Self link for this resource.
342 &quot;kind&quot;: &quot;analytics#entityUserLink&quot;, # Resource type for entity user link.
343 &quot;entity&quot;: { # Entity for this link. It can be an account, a web property, or a view (profile).
344 &quot;accountRef&quot;: { # JSON template for a linked account. # Account for this link.
345 &quot;href&quot;: &quot;A String&quot;, # Link for this account.
346 &quot;kind&quot;: &quot;analytics#accountRef&quot;, # Analytics account reference.
347 &quot;name&quot;: &quot;A String&quot;, # Account name.
348 &quot;id&quot;: &quot;A String&quot;, # Account ID.
349 },
350 &quot;profileRef&quot;: { # JSON template for a linked view (profile). # View (Profile) for this link.
351 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
352 &quot;kind&quot;: &quot;analytics#profileRef&quot;, # Analytics view (profile) reference.
353 &quot;name&quot;: &quot;A String&quot;, # Name of this view (profile).
354 &quot;href&quot;: &quot;A String&quot;, # Link for this view (profile).
355 &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
356 &quot;id&quot;: &quot;A String&quot;, # View (Profile) ID.
357 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
358 },
359 &quot;webPropertyRef&quot;: { # JSON template for a web property reference. # Web property for this link.
360 &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for this web property.
361 &quot;href&quot;: &quot;A String&quot;, # Link for this web property.
362 &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this web property belongs.
363 &quot;id&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
364 &quot;name&quot;: &quot;A String&quot;, # Name of this web property.
365 &quot;kind&quot;: &quot;analytics#webPropertyRef&quot;, # Analytics web property reference.
366 },
367 },
368 &quot;id&quot;: &quot;A String&quot;, # Entity user link ID
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700369 &quot;permissions&quot;: { # Permissions the user has for this entity.
370 &quot;local&quot;: [ # Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
371 &quot;A String&quot;,
372 ],
373 &quot;effective&quot;: [ # Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
374 &quot;A String&quot;,
375 ],
376 },
John Asmuth614db982014-04-24 15:46:26 -0400377 }</pre>
378</div>
379
380</body></html>