Class GoogleAppsDriveLabelsV2betaUpdateLabelPermissionRequest
Updates a label permission. Permissions affect the label resource as a whole, aren't revisioned, and don't require publishing.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaUpdateLabelPermissionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelPermission
Required. The permission to create or update on the label.
Declaration
[JsonProperty("labelPermission")]
public virtual GoogleAppsDriveLabelsV2betaLabelPermission LabelPermission { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaLabelPermission |
Parent
Required. The parent label resource name.
Declaration
[JsonProperty("parent")]
public virtual string Parent { 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? |