Table of Contents

Class Permission.PermissionDetailsData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll
public class Permission.PermissionDetailsData
Inheritance
Permission.PermissionDetailsData
Inherited Members

Constructors

PermissionDetailsData()

public PermissionDetailsData()

Properties

Inherited

Whether this permission is inherited. This field is always populated. This is an output-only field.

public virtual bool? Inherited { get; set; }

Property Value

bool?

InheritedFrom

The ID of the item from which this permission is inherited. This is an output-only field.

public virtual string InheritedFrom { get; set; }

Property Value

string

PermissionType

The permission type for this user. While new values may be added in future, the following are currently possible: - file - member

public virtual string PermissionType { get; set; }

Property Value

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

public virtual string Role { get; set; }

Property Value

string