Show / Hide Table of Contents

Class DataTransferService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Admin SDK API.

Inheritance
object
DataTransferService.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.Admin.DataTransfer.datatransfer_v1
Assembly: Google.Apis.Admin.DataTransfer.datatransfer_v1.dll
Syntax
public static class DataTransferService.ScopeConstants

Fields

AdminDatatransfer

View and manage data transfers between users in your organization

Declaration
public const string AdminDatatransfer = "https://www.googleapis.com/auth/admin.datatransfer"
Field Value
Type Description
string

AdminDatatransferReadonly

View data transfers between users in your organization

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