Class Permission.TeamDrivePermissionDetailsData
Output only. Deprecated: Use permissionDetails
instead.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class Permission.TeamDrivePermissionDetailsData
Properties
AdditionalRoles
Output only. Deprecated: Use permissionDetails/additionalRoles
instead.
Declaration
[JsonProperty("additionalRoles")]
public virtual IList<string> AdditionalRoles { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Inherited
Output only. Deprecated: Use permissionDetails/inherited
instead.
Declaration
[JsonProperty("inherited")]
public virtual bool? Inherited { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InheritedFrom
Output only. Deprecated: Use permissionDetails/inheritedFrom
instead.
Declaration
[JsonProperty("inheritedFrom")]
public virtual string InheritedFrom { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
Output only. Deprecated: Use permissionDetails/role
instead.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |
TeamDrivePermissionType
Output only. Deprecated: Use permissionDetails/permissionType
instead.
Declaration
[JsonProperty("teamDrivePermissionType")]
public virtual string TeamDrivePermissionType { get; set; }
Property Value
Type | Description |
---|---|
string |