Show / Hide Table of Contents

Class DriveLabelsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Drive Labels API.

Inheritance
object
DriveLabelsService.ScopeConstants
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
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public static class DriveLabelsService.ScopeConstants

Fields

DriveAdminLabels

See, edit, create, and delete all Google Drive labels in your organization, and see your organization's label-related admin policies

Declaration
public const string DriveAdminLabels = "https://www.googleapis.com/auth/drive.admin.labels"
Field Value
Type Description
string

DriveAdminLabelsReadonly

See all Google Drive labels and label-related admin policies in your organization

Declaration
public const string DriveAdminLabelsReadonly = "https://www.googleapis.com/auth/drive.admin.labels.readonly"
Field Value
Type Description
string

DriveLabels

See, edit, create, and delete your Google Drive labels

Declaration
public const string DriveLabels = "https://www.googleapis.com/auth/drive.labels"
Field Value
Type Description
string

DriveLabelsReadonly

See your Google Drive labels

Declaration
public const string DriveLabelsReadonly = "https://www.googleapis.com/auth/drive.labels.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX