Show / Hide Table of Contents

Class ReportsService.ScopeConstants

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

Inheritance
object
ReportsService.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.Admin.Reports.reports_v1
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public static class ReportsService.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
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
string
In this article
Back to top Generated by DocFX