Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2UserCapabilities

The capabilities of a user.

Inheritance
object
GoogleAppsDriveLabelsV2UserCapabilities
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2UserCapabilities : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX