Show / Hide Table of Contents

Class ReportsService.Scope

Available OAuth 2.0 scopes for use with the Admin SDK API.

Inheritance
System.Object
ReportsService.Scope
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 class Scope

Fields

AdminReportsAuditReadonly

View audit reports for your G Suite domain

Declaration
public static string AdminReportsAuditReadonly
Field Value
Type Description
System.String

AdminReportsUsageReadonly

View usage reports for your G Suite domain

Declaration
public static string AdminReportsUsageReadonly
Field Value
Type Description
System.String
In This Article
Back to top