• Home
  • Raw
  • Download

Lines Matching full:permission

82 <p class="firstline">Creates a permission for a file or shared drive.</p>
85 <p class="firstline">Deletes a permission.</p>
88 <p class="firstline">Gets a permission by ID.</p>
97 <p class="firstline">Updates a permission with patch semantics.</p>
106 <pre>Creates a permission for a file or shared drive.
113 { # A permission for a file. A permission grants a user, group, domain or the world access to a fil…
114 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
115 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
116 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
121 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
122 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
123 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
127 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
128 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
129 …&quot;pendingOwner&quot;: True or False, # Whether the account associated with this permission is …
132 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
133 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
134 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
146 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
165 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
166 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…
181 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
182 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
183 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
184 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
189 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
190 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
191 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
195 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
196 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
197 …&quot;pendingOwner&quot;: True or False, # Whether the account associated with this permission is …
200 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
201 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
202 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
214 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
233 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
234 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…
240 <pre>Deletes a permission.
244 permissionId: string, The ID of the permission. (required)
253 <pre>Gets a permission by ID.
257 permissionId: string, The ID of the permission. (required)
265 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
266 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
267 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
268 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
273 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
274 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
275 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
279 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
280 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
281 …&quot;pendingOwner&quot;: True or False, # Whether the account associated with this permission is …
284 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
285 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
286 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
298 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
317 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
318 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…
342 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
343 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
344 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
345 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
350 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
351 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
352 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
356 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
357 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
358 …Owner&quot;: True or False, # Whether the account associated with this permission is a pending own…
361 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
362 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
363 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
375 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
394 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
395 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…
417 <pre>Updates a permission with patch semantics.
421 permissionId: string, The ID of the permission. (required)
425 { # A permission for a file. A permission grants a user, group, domain or the world access to a fil…
426 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
427 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
428 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
433 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
434 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
435 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
439 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
440 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
441 …&quot;pendingOwner&quot;: True or False, # Whether the account associated with this permission is …
444 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
445 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
446 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
458 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
477 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
478 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…
490 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
491 …&quot;allowFileDiscovery&quot;: True or False, # Whether the permission allows the file to be disc…
492 …&quot;deleted&quot;: True or False, # Whether the account associated with this permission has been…
493 …;pretty&quot; name of the value of the permission. The following is a list of examples for each ty…
498 &quot;domain&quot;: &quot;A String&quot;, # The domain to which this permission refers.
499 …t;: &quot;A String&quot;, # The email address of the user or group to which this permission refers.
500 …&quot;expirationTime&quot;: &quot;A String&quot;, # The time at which this permission will expire …
504 …&quot;id&quot;: &quot;A String&quot;, # The ID of this permission. This is a unique identifier for…
505 …nd&quot;: &quot;drive#permission&quot;, # Identifies what kind of resource this is. Value: the fix…
506 …&quot;pendingOwner&quot;: True or False, # Whether the account associated with this permission is …
509 …&quot;inherited&quot;: True or False, # Whether this permission is inherited. This field is always…
510 …From&quot;: &quot;A String&quot;, # The ID of the item from which this permission is inherited. Th…
511 …&quot;permissionType&quot;: &quot;A String&quot;, # The permission type for this user. While new v…
523 …&quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. While new values ma…
542 …# - anyone When creating a permission, if type is user or group, you must provide an emailAddress…
543 …&quot;view&quot;: &quot;A String&quot;, # Indicates the view for this permission. Only populated f…