Class CloudDataplexService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Dataplex API.
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public static class CloudDataplexService.ScopeConstants
Fields
CloudPlatform
See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
Declaration
public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
Field Value
| Type | Description |
|---|---|
| string |
CloudPlatformReadOnly
View your data across Google Cloud services and see the email address of your Google Account
Declaration
public const string CloudPlatformReadOnly = "https://www.googleapis.com/auth/cloud-platform.read-only"
Field Value
| Type | Description |
|---|---|
| string |
DataplexReadWrite
See, edit, configure, and delete your Google Cloud Dataplex data and see the email address for your Google Account
Declaration
public const string DataplexReadWrite = "https://www.googleapis.com/auth/dataplex.read-write"
Field Value
| Type | Description |
|---|---|
| string |
DataplexReadonly
See your Google Cloud Dataplex data and the email address of your Google Account
Declaration
public const string DataplexReadonly = "https://www.googleapis.com/auth/dataplex.readonly"
Field Value
| Type | Description |
|---|---|
| string |