Class Permission.PermissionDetailsData
Inheritance
System.Object
Permission.PermissionDetailsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class PermissionDetailsData
Properties
Inherited
Whether this permission is inherited. This field is always populated. This is an output-only field.
Declaration
[JsonProperty("inherited")]
public virtual bool? Inherited { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
InheritedFrom
The ID of the item from which this permission is inherited. This is an output-only field and is only populated for members of the shared drive.
Declaration
[JsonProperty("inheritedFrom")]
public virtual string InheritedFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissionType
The permission type for this user. While new values may be added in future, the following are currently possible: - file - member
Declaration
[JsonProperty("permissionType")]
public virtual string PermissionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Role
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
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |