Show / Hide Table of Contents

Class BigtableAdminService.ScopeConstants

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

Inheritance
object
BigtableAdminService.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.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public static class BigtableAdminService.ScopeConstants

Fields

BigtableAdmin

Administer your Cloud Bigtable tables and clusters

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

BigtableAdminCluster

Administer your Cloud Bigtable clusters

Declaration
public const string BigtableAdminCluster = "https://www.googleapis.com/auth/bigtable.admin.cluster"
Field Value
Type Description
string

BigtableAdminInstance

Administer your Cloud Bigtable clusters

Declaration
public const string BigtableAdminInstance = "https://www.googleapis.com/auth/bigtable.admin.instance"
Field Value
Type Description
string

BigtableAdminTable

Administer your Cloud Bigtable tables

Declaration
public const string BigtableAdminTable = "https://www.googleapis.com/auth/bigtable.admin.table"
Field Value
Type Description
string

CloudBigtableAdmin

Administer your Cloud Bigtable tables and clusters

Declaration
public const string CloudBigtableAdmin = "https://www.googleapis.com/auth/cloud-bigtable.admin"
Field Value
Type Description
string

CloudBigtableAdminCluster

Administer your Cloud Bigtable clusters

Declaration
public const string CloudBigtableAdminCluster = "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"
Field Value
Type Description
string

CloudBigtableAdminTable

Administer your Cloud Bigtable tables

Declaration
public const string CloudBigtableAdminTable = "https://www.googleapis.com/auth/cloud-bigtable.admin.table"
Field Value
Type Description
string

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
In This Article
Back to top Generated by DocFX