Class CloudSourceRepositoriesService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Source Repositories API.
Inheritance
object
CloudSourceRepositoriesService.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.CloudSourceRepositories.v1
Assembly: Google.Apis.CloudSourceRepositories.v1.dll
Syntax
public static class CloudSourceRepositoriesService.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 |
SourceFullControl
Manage your source code repositories
Declaration
public const string SourceFullControl = "https://www.googleapis.com/auth/source.full_control"
Field Value
Type | Description |
---|---|
string |
SourceReadOnly
View the contents of your source code repositories
Declaration
public const string SourceReadOnly = "https://www.googleapis.com/auth/source.read_only"
Field Value
Type | Description |
---|---|
string |
SourceReadWrite
Manage the contents of your source code repositories
Declaration
public const string SourceReadWrite = "https://www.googleapis.com/auth/source.read_write"
Field Value
Type | Description |
---|---|
string |