chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/drive_v3.permissions.html b/docs/dyn/drive_v3.permissions.html
index 3996258..d23de19 100644
--- a/docs/dyn/drive_v3.permissions.html
+++ b/docs/dyn/drive_v3.permissions.html
@@ -178,59 +178,59 @@
An object of the form:
{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
- "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
- "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
- "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
- # - user - User's full name, as defined for their Google account, such as "Joe Smith."
- # - group - Name of the Google Group, such as "The Company Administrators."
- # - domain - String domain name, such as "thecompany.com."
- # - anyone - No displayName is present.
- "domain": "A String", # The domain to which this permission refers.
- "emailAddress": "A String", # The email address of the user or group to which this permission refers.
- "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
- # - They can only be set on user and group permissions
- # - The time must be in the future
- # - The time cannot be more than a year in the future
- "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
- "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
- "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
- {
- "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
- "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
- "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
- # - file
- # - member
- "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- },
- ],
- "photoLink": "A String", # A link to the user's profile photo, if available.
- "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
- # - owner
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
- {
- "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
- "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
- "role": "A String", # Deprecated - use permissionDetails/role instead.
- "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
- },
- ],
- "type": "A String", # The type of the grantee. Valid values are:
- # - user
- # - group
- # - domain
- # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
- "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
- }</pre>
+ "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
+ "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+ "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
+ # - user - User's full name, as defined for their Google account, such as "Joe Smith."
+ # - group - Name of the Google Group, such as "The Company Administrators."
+ # - domain - String domain name, such as "thecompany.com."
+ # - anyone - No displayName is present.
+ "domain": "A String", # The domain to which this permission refers.
+ "emailAddress": "A String", # The email address of the user or group to which this permission refers.
+ "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
+ # - They can only be set on user and group permissions
+ # - The time must be in the future
+ # - The time cannot be more than a year in the future
+ "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
+ "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
+ "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+ {
+ "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
+ "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
+ "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
+ # - file
+ # - member
+ "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ },
+ ],
+ "photoLink": "A String", # A link to the user's profile photo, if available.
+ "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
+ # - owner
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+ {
+ "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
+ "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
+ "role": "A String", # Deprecated - use permissionDetails/role instead.
+ "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+ },
+ ],
+ "type": "A String", # The type of the grantee. Valid values are:
+ # - user
+ # - group
+ # - domain
+ # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+}</pre>
</div>
<div class="method">
@@ -261,59 +261,59 @@
An object of the form:
{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
- "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
- "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
- "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
- # - user - User's full name, as defined for their Google account, such as "Joe Smith."
- # - group - Name of the Google Group, such as "The Company Administrators."
- # - domain - String domain name, such as "thecompany.com."
- # - anyone - No displayName is present.
- "domain": "A String", # The domain to which this permission refers.
- "emailAddress": "A String", # The email address of the user or group to which this permission refers.
- "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
- # - They can only be set on user and group permissions
- # - The time must be in the future
- # - The time cannot be more than a year in the future
- "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
- "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
- "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
- {
- "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
- "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
- "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
- # - file
- # - member
- "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- },
- ],
- "photoLink": "A String", # A link to the user's profile photo, if available.
- "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
- # - owner
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
- {
- "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
- "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
- "role": "A String", # Deprecated - use permissionDetails/role instead.
- "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
- },
- ],
- "type": "A String", # The type of the grantee. Valid values are:
- # - user
- # - group
- # - domain
- # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
- "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
- }</pre>
+ "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
+ "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+ "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
+ # - user - User's full name, as defined for their Google account, such as "Joe Smith."
+ # - group - Name of the Google Group, such as "The Company Administrators."
+ # - domain - String domain name, such as "thecompany.com."
+ # - anyone - No displayName is present.
+ "domain": "A String", # The domain to which this permission refers.
+ "emailAddress": "A String", # The email address of the user or group to which this permission refers.
+ "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
+ # - They can only be set on user and group permissions
+ # - The time must be in the future
+ # - The time cannot be more than a year in the future
+ "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
+ "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
+ "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+ {
+ "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
+ "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
+ "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
+ # - file
+ # - member
+ "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ },
+ ],
+ "photoLink": "A String", # A link to the user's profile photo, if available.
+ "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
+ # - owner
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+ {
+ "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
+ "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
+ "role": "A String", # Deprecated - use permissionDetails/role instead.
+ "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+ },
+ ],
+ "type": "A String", # The type of the grantee. Valid values are:
+ # - user
+ # - group
+ # - domain
+ # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+}</pre>
</div>
<div class="method">
@@ -333,65 +333,65 @@
An object of the form:
{ # A list of permissions for a file.
- "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string "drive#permissionList".
- "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
- "permissions": [ # The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
- { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
- "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
- "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
- "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
- # - user - User's full name, as defined for their Google account, such as "Joe Smith."
- # - group - Name of the Google Group, such as "The Company Administrators."
- # - domain - String domain name, such as "thecompany.com."
- # - anyone - No displayName is present.
- "domain": "A String", # The domain to which this permission refers.
- "emailAddress": "A String", # The email address of the user or group to which this permission refers.
- "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
- # - They can only be set on user and group permissions
- # - The time must be in the future
- # - The time cannot be more than a year in the future
- "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
- "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
- "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
- {
- "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
- "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
- "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
- # - file
- # - member
- "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- },
- ],
- "photoLink": "A String", # A link to the user's profile photo, if available.
- "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
- # - owner
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
- {
- "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
- "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
- "role": "A String", # Deprecated - use permissionDetails/role instead.
- "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
- },
- ],
- "type": "A String", # The type of the grantee. Valid values are:
- # - user
- # - group
- # - domain
- # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
- "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
- },
- ],
- }</pre>
+ "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string "drive#permissionList".
+ "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
+ "permissions": [ # The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+ { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+ "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
+ "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+ "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
+ # - user - User's full name, as defined for their Google account, such as "Joe Smith."
+ # - group - Name of the Google Group, such as "The Company Administrators."
+ # - domain - String domain name, such as "thecompany.com."
+ # - anyone - No displayName is present.
+ "domain": "A String", # The domain to which this permission refers.
+ "emailAddress": "A String", # The email address of the user or group to which this permission refers.
+ "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
+ # - They can only be set on user and group permissions
+ # - The time must be in the future
+ # - The time cannot be more than a year in the future
+ "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
+ "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
+ "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+ {
+ "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
+ "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
+ "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
+ # - file
+ # - member
+ "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ },
+ ],
+ "photoLink": "A String", # A link to the user's profile photo, if available.
+ "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
+ # - owner
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+ {
+ "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
+ "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
+ "role": "A String", # Deprecated - use permissionDetails/role instead.
+ "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+ },
+ ],
+ "type": "A String", # The type of the grantee. Valid values are:
+ # - user
+ # - group
+ # - domain
+ # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+ },
+ ],
+}</pre>
</div>
<div class="method">
@@ -483,59 +483,59 @@
An object of the form:
{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
- "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
- "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
- "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
- # - user - User's full name, as defined for their Google account, such as "Joe Smith."
- # - group - Name of the Google Group, such as "The Company Administrators."
- # - domain - String domain name, such as "thecompany.com."
- # - anyone - No displayName is present.
- "domain": "A String", # The domain to which this permission refers.
- "emailAddress": "A String", # The email address of the user or group to which this permission refers.
- "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
- # - They can only be set on user and group permissions
- # - The time must be in the future
- # - The time cannot be more than a year in the future
- "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
- "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
- "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
- {
- "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
- "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
- "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
- # - file
- # - member
- "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- },
- ],
- "photoLink": "A String", # A link to the user's profile photo, if available.
- "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
- # - owner
- # - organizer
- # - fileOrganizer
- # - writer
- # - commenter
- # - reader
- "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
- {
- "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
- "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
- "role": "A String", # Deprecated - use permissionDetails/role instead.
- "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
- },
- ],
- "type": "A String", # The type of the grantee. Valid values are:
- # - user
- # - group
- # - domain
- # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
- "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
- }</pre>
+ "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
+ "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+ "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
+ # - user - User's full name, as defined for their Google account, such as "Joe Smith."
+ # - group - Name of the Google Group, such as "The Company Administrators."
+ # - domain - String domain name, such as "thecompany.com."
+ # - anyone - No displayName is present.
+ "domain": "A String", # The domain to which this permission refers.
+ "emailAddress": "A String", # The email address of the user or group to which this permission refers.
+ "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
+ # - They can only be set on user and group permissions
+ # - The time must be in the future
+ # - The time cannot be more than a year in the future
+ "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
+ "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
+ "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+ {
+ "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
+ "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
+ "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
+ # - file
+ # - member
+ "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ },
+ ],
+ "photoLink": "A String", # A link to the user's profile photo, if available.
+ "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
+ # - owner
+ # - organizer
+ # - fileOrganizer
+ # - writer
+ # - commenter
+ # - reader
+ "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+ {
+ "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
+ "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
+ "role": "A String", # Deprecated - use permissionDetails/role instead.
+ "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+ },
+ ],
+ "type": "A String", # The type of the grantee. Valid values are:
+ # - user
+ # - group
+ # - domain
+ # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+}</pre>
</div>
</body></html>
\ No newline at end of file