Class GoogleAppsDriveLabelsV2betaDeleteLabelPermissionRequest
Deletes a Label Permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeleteLabelPermissionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Label Permission resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UseAdminAccess
Set to true
in order to use the user's admin credentials. The server will verify the user is an admin for
the Label before allowing access.
Declaration
[JsonProperty("useAdminAccess")]
public virtual bool? UseAdminAccess { get; set; }
Property Value
Type | Description |
---|---|
bool? |