Show / Hide Table of Contents

Class DriveLabelsService.Scope

Available OAuth 2.0 scopes for use with the Drive Labels API.

Inheritance
object
DriveLabelsService.Scope
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 class DriveLabelsService.Scope

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 static string DriveAdminLabels
Field Value
Type Description
string

DriveAdminLabelsReadonly

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

Declaration
public static string DriveAdminLabelsReadonly
Field Value
Type Description
string

DriveLabels

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

Declaration
public static string DriveLabels
Field Value
Type Description
string

DriveLabelsReadonly

See your Google Drive labels

Declaration
public static string DriveLabelsReadonly
Field Value
Type Description
string
In this article
Back to top Generated by DocFX