Show / Hide Table of Contents

Class VaultService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Vault API.

Inheritance
object
VaultService.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.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public static class VaultService.ScopeConstants

Fields

Ediscovery

Manage your eDiscovery data

Declaration
public const string Ediscovery = "https://www.googleapis.com/auth/ediscovery"
Field Value
Type Description
string

EdiscoveryReadonly

View your eDiscovery data

Declaration
public const string EdiscoveryReadonly = "https://www.googleapis.com/auth/ediscovery.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX