Show / Hide Table of Contents

Class ReportsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Admin SDK API.

Inheritance
System.Object
ReportsService.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.Admin.Reports.reports_v1
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public static class ScopeConstants

Fields

AdminReportsAuditReadonly

View audit reports for your G Suite domain

Declaration
public const string AdminReportsAuditReadonly = "https://www.googleapis.com/auth/admin.reports.audit.readonly"
Field Value
Type Description
System.String

AdminReportsUsageReadonly

View usage reports for your G Suite domain

Declaration
public const string AdminReportsUsageReadonly = "https://www.googleapis.com/auth/admin.reports.usage.readonly"
Field Value
Type Description
System.String
In This Article
Back to top