Show / Hide Table of Contents

Class StorageService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Storage JSON API.

Inheritance
System.Object
StorageService.ScopeConstants
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.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public static class ScopeConstants

Fields

CloudPlatform

View and manage your data across Google Cloud Platform services

Declaration
public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
Field Value
Type Description
System.String

CloudPlatformReadOnly

View your data across Google Cloud Platform services

Declaration
public const string CloudPlatformReadOnly = "https://www.googleapis.com/auth/cloud-platform.read-only"
Field Value
Type Description
System.String

DevstorageFullControl

Manage your data and permissions in Google Cloud Storage

Declaration
public const string DevstorageFullControl = "https://www.googleapis.com/auth/devstorage.full_control"
Field Value
Type Description
System.String

DevstorageReadOnly

View your data in Google Cloud Storage

Declaration
public const string DevstorageReadOnly = "https://www.googleapis.com/auth/devstorage.read_only"
Field Value
Type Description
System.String

DevstorageReadWrite

Manage your data in Google Cloud Storage

Declaration
public const string DevstorageReadWrite = "https://www.googleapis.com/auth/devstorage.read_write"
Field Value
Type Description
System.String
In This Article
Back to top