Show / Hide Table of Contents

Class ChromePolicyService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Chrome Policy API.

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

Fields

ChromeManagementPolicy

See, edit, create or delete policies applied to ChromeOS and Chrome Browsers managed within your organization

Declaration
public const string ChromeManagementPolicy = "https://www.googleapis.com/auth/chrome.management.policy"
Field Value
Type Description
string

ChromeManagementPolicyReadonly

See policies applied to ChromeOS and Chrome Browsers managed within your organization

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