Show / Hide Table of Contents

Class DeploymentManagerService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Deployment Manager V2 API.

Inheritance
object
DeploymentManagerService.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.DeploymentManager.v2beta
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public static class DeploymentManagerService.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

NdevCloudman

View and manage your Google Cloud Platform management resources and deployment status information

Declaration
public const string NdevCloudman = "https://www.googleapis.com/auth/ndev.cloudman"
Field Value
Type Description
string

NdevCloudmanReadonly

View your Google Cloud Platform management resources and deployment status information

Declaration
public const string NdevCloudmanReadonly = "https://www.googleapis.com/auth/ndev.cloudman.readonly"
Field Value
Type Description
string
In This Article
Back to top Generated by DocFX