Class CloudSourceRepositoriesService.Scope
Available OAuth 2.0 scopes for use with the Cloud Source Repositories API.
Inherited Members
Namespace: Google.Apis.CloudSourceRepositories.v1
Assembly: Google.Apis.CloudSourceRepositories.v1.dll
Syntax
public class CloudSourceRepositoriesService.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 |
---|---|
string |
SourceFullControl
Manage your source code repositories
Declaration
public static string SourceFullControl
Field Value
Type | Description |
---|---|
string |
SourceReadOnly
View the contents of your source code repositories
Declaration
public static string SourceReadOnly
Field Value
Type | Description |
---|---|
string |
SourceReadWrite
Manage the contents of your source code repositories
Declaration
public static string SourceReadWrite
Field Value
Type | Description |
---|---|
string |