Show / Hide Table of Contents

Class DnsService.Scope

Available OAuth 2.0 scopes for use with the Cloud DNS API.

Inheritance
System.Object
DnsService.Scope
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class Scope

Fields

CloudPlatform

See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.

Declaration
public static string CloudPlatform
Field Value
Type Description
System.String

CloudPlatformReadOnly

View your data across Google Cloud services and see the email address of your Google Account

Declaration
public static string CloudPlatformReadOnly
Field Value
Type Description
System.String

NdevClouddnsReadonly

View your DNS records hosted by Google Cloud DNS

Declaration
public static string NdevClouddnsReadonly
Field Value
Type Description
System.String

NdevClouddnsReadwrite

View and manage your DNS records hosted by Google Cloud DNS

Declaration
public static string NdevClouddnsReadwrite
Field Value
Type Description
System.String
In This Article
Back to top