Class GoogleAppsDriveLabelsV2betaUserCapabilities
The capabilities of a user.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaUserCapabilities : IDirectResponseSchema
Properties
CanAccessLabelManager
Output only. Whether the user is allowed access to the label manager.
Declaration
[JsonProperty("canAccessLabelManager")]
public virtual bool? CanAccessLabelManager { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanAdministrateLabels
Output only. Whether the user is an administrator for the shared labels feature.
Declaration
[JsonProperty("canAdministrateLabels")]
public virtual bool? CanAdministrateLabels { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanCreateAdminLabels
Output only. Whether the user is allowed to create new admin labels.
Declaration
[JsonProperty("canCreateAdminLabels")]
public virtual bool? CanCreateAdminLabels { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CanCreateSharedLabels
Output only. Whether the user is allowed to create new shared labels.
Declaration
[JsonProperty("canCreateSharedLabels")]
public virtual bool? CanCreateSharedLabels { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name for the user capabilities.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |