Show / Hide Table of Contents

Class ChromeManagementService.ScopeConstants

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

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

Fields

ChromeManagementAppdetailsReadonly

See detailed information about apps installed on Chrome browsers and devices managed by your organization

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

ChromeManagementProfiles

See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization

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

ChromeManagementProfilesReadonly

See Chrome browser profiles managed by your organization

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

ChromeManagementReportsReadonly

See reports about devices and Chrome browsers managed within your organization

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

ChromeManagementTelemetryReadonly

See basic device and telemetry information collected from ChromeOS devices or users managed within your organization

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