Show / Hide Table of Contents

Class ClassroomService.Scope

Available OAuth 2.0 scopes for use with the Google Classroom API.

Inheritance
System.Object
ClassroomService.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.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Scope

Fields

ClassroomAnnouncements

View and manage announcements in Google Classroom

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

ClassroomAnnouncementsReadonly

View announcements in Google Classroom

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

ClassroomCourses

Manage your Google Classroom classes

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

ClassroomCoursesReadonly

View your Google Classroom classes

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

ClassroomCourseworkMe

Manage your course work and view your grades in Google Classroom

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

ClassroomCourseworkMeReadonly

View your course work and grades in Google Classroom

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

ClassroomCourseworkStudents

Manage course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer

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

ClassroomCourseworkStudentsReadonly

View course work and grades for students in the Google Classroom classes you teach or administer

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

ClassroomGuardianlinksMeReadonly

View your Google Classroom guardians

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

ClassroomGuardianlinksStudents

View and manage guardians for students in your Google Classroom classes

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

ClassroomGuardianlinksStudentsReadonly

View guardians for students in your Google Classroom classes

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

ClassroomProfileEmails

View the email addresses of people in your classes

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

ClassroomProfilePhotos

View the profile photos of people in your classes

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

ClassroomPushNotifications

Receive notifications about your Google Classroom data

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

ClassroomRosters

Manage your Google Classroom class rosters

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

ClassroomRostersReadonly

View your Google Classroom class rosters

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

ClassroomStudentSubmissionsMeReadonly

View your course work and grades in Google Classroom

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

ClassroomStudentSubmissionsStudentsReadonly

View course work and grades for students in the Google Classroom classes you teach or administer

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

ClassroomTopics

See, create, and edit topics in Google Classroom

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

ClassroomTopicsReadonly

View topics in Google Classroom

Declaration
public static string ClassroomTopicsReadonly
Field Value
Type Description
System.String
Back to top