Show / Hide Table of Contents

Class ClassroomService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Classroom API.

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

Fields

ClassroomAddonsStudent

See and update its own attachments to posts in Google Classroom

Declaration
public const string ClassroomAddonsStudent = "https://www.googleapis.com/auth/classroom.addons.student"
Field Value
Type Description
string

ClassroomAddonsTeacher

See, create, and update its own attachments to posts in classes you teach in Google Classroom

Declaration
public const string ClassroomAddonsTeacher = "https://www.googleapis.com/auth/classroom.addons.teacher"
Field Value
Type Description
string

ClassroomAnnouncements

View and manage announcements in Google Classroom

Declaration
public const string ClassroomAnnouncements = "https://www.googleapis.com/auth/classroom.announcements"
Field Value
Type Description
string

ClassroomAnnouncementsReadonly

View announcements in Google Classroom

Declaration
public const string ClassroomAnnouncementsReadonly = "https://www.googleapis.com/auth/classroom.announcements.readonly"
Field Value
Type Description
string

ClassroomCourses

See, edit, create, and permanently delete your Google Classroom classes

Declaration
public const string ClassroomCourses = "https://www.googleapis.com/auth/classroom.courses"
Field Value
Type Description
string

ClassroomCoursesReadonly

View your Google Classroom classes

Declaration
public const string ClassroomCoursesReadonly = "https://www.googleapis.com/auth/classroom.courses.readonly"
Field Value
Type Description
string

ClassroomCourseworkMe

See, create and edit coursework items including assignments, questions, and grades

Declaration
public const string ClassroomCourseworkMe = "https://www.googleapis.com/auth/classroom.coursework.me"
Field Value
Type Description
string

ClassroomCourseworkMeReadonly

View your course work and grades in Google Classroom

Declaration
public const string ClassroomCourseworkMeReadonly = "https://www.googleapis.com/auth/classroom.coursework.me.readonly"
Field Value
Type Description
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 const string ClassroomCourseworkStudents = "https://www.googleapis.com/auth/classroom.coursework.students"
Field Value
Type Description
string

ClassroomCourseworkStudentsReadonly

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

Declaration
public const string ClassroomCourseworkStudentsReadonly = "https://www.googleapis.com/auth/classroom.coursework.students.readonly"
Field Value
Type Description
string

ClassroomCourseworkmaterials

See, edit, and create classwork materials in Google Classroom

Declaration
public const string ClassroomCourseworkmaterials = "https://www.googleapis.com/auth/classroom.courseworkmaterials"
Field Value
Type Description
string

ClassroomCourseworkmaterialsReadonly

See all classwork materials for your Google Classroom classes

Declaration
public const string ClassroomCourseworkmaterialsReadonly = "https://www.googleapis.com/auth/classroom.courseworkmaterials.readonly"
Field Value
Type Description
string

ClassroomGuardianlinksMeReadonly

View your Google Classroom guardians

Declaration
public const string ClassroomGuardianlinksMeReadonly = "https://www.googleapis.com/auth/classroom.guardianlinks.me.readonly"
Field Value
Type Description
string

ClassroomGuardianlinksStudents

View and manage guardians for students in your Google Classroom classes

Declaration
public const string ClassroomGuardianlinksStudents = "https://www.googleapis.com/auth/classroom.guardianlinks.students"
Field Value
Type Description
string

ClassroomGuardianlinksStudentsReadonly

View guardians for students in your Google Classroom classes

Declaration
public const string ClassroomGuardianlinksStudentsReadonly = "https://www.googleapis.com/auth/classroom.guardianlinks.students.readonly"
Field Value
Type Description
string

ClassroomProfileEmails

View the email addresses of people in your classes

Declaration
public const string ClassroomProfileEmails = "https://www.googleapis.com/auth/classroom.profile.emails"
Field Value
Type Description
string

ClassroomProfilePhotos

View the profile photos of people in your classes

Declaration
public const string ClassroomProfilePhotos = "https://www.googleapis.com/auth/classroom.profile.photos"
Field Value
Type Description
string

ClassroomPushNotifications

Receive notifications about your Google Classroom data

Declaration
public const string ClassroomPushNotifications = "https://www.googleapis.com/auth/classroom.push-notifications"
Field Value
Type Description
string

ClassroomRosters

Manage your Google Classroom class rosters

Declaration
public const string ClassroomRosters = "https://www.googleapis.com/auth/classroom.rosters"
Field Value
Type Description
string

ClassroomRostersReadonly

View your Google Classroom class rosters

Declaration
public const string ClassroomRostersReadonly = "https://www.googleapis.com/auth/classroom.rosters.readonly"
Field Value
Type Description
string

ClassroomStudentSubmissionsMeReadonly

View your course work and grades in Google Classroom

Declaration
public const string ClassroomStudentSubmissionsMeReadonly = "https://www.googleapis.com/auth/classroom.student-submissions.me.readonly"
Field Value
Type Description
string

ClassroomStudentSubmissionsStudentsReadonly

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

Declaration
public const string ClassroomStudentSubmissionsStudentsReadonly = "https://www.googleapis.com/auth/classroom.student-submissions.students.readonly"
Field Value
Type Description
string

ClassroomTopics

See, create, and edit topics in Google Classroom

Declaration
public const string ClassroomTopics = "https://www.googleapis.com/auth/classroom.topics"
Field Value
Type Description
string

ClassroomTopicsReadonly

View topics in Google Classroom

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