Show / Hide Table of Contents

Class ScriptService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Apps Script API.

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

Fields

AdminDirectoryGroup

View and manage the provisioning of groups on your domain

Declaration
public const string AdminDirectoryGroup = "https://www.googleapis.com/auth/admin.directory.group"
Field Value
Type Description
string

AdminDirectoryUser

View and manage the provisioning of users on your domain

Declaration
public const string AdminDirectoryUser = "https://www.googleapis.com/auth/admin.directory.user"
Field Value
Type Description
string

Documents

See, edit, create, and delete all your Google Docs documents

Declaration
public const string Documents = "https://www.googleapis.com/auth/documents"
Field Value
Type Description
string

Drive

See, edit, create, and delete all of your Google Drive files

Declaration
public const string Drive = "https://www.googleapis.com/auth/drive"
Field Value
Type Description
string

Forms

View and manage your forms in Google Drive

Declaration
public const string Forms = "https://www.googleapis.com/auth/forms"
Field Value
Type Description
string

FormsCurrentonly

View and manage forms that this application has been installed in

Declaration
public const string FormsCurrentonly = "https://www.googleapis.com/auth/forms.currentonly"
Field Value
Type Description
string

Groups

View and manage your Google Groups

Declaration
public const string Groups = "https://www.googleapis.com/auth/groups"
Field Value
Type Description
string

MailGoogleCom

Read, compose, send, and permanently delete all your email from Gmail

Declaration
public const string MailGoogleCom = "https://mail.google.com/"
Field Value
Type Description
string

ScriptDeployments

Create and update Google Apps Script deployments

Declaration
public const string ScriptDeployments = "https://www.googleapis.com/auth/script.deployments"
Field Value
Type Description
string

ScriptDeploymentsReadonly

View Google Apps Script deployments

Declaration
public const string ScriptDeploymentsReadonly = "https://www.googleapis.com/auth/script.deployments.readonly"
Field Value
Type Description
string

ScriptMetrics

View Google Apps Script project's metrics

Declaration
public const string ScriptMetrics = "https://www.googleapis.com/auth/script.metrics"
Field Value
Type Description
string

ScriptProcesses

View Google Apps Script processes

Declaration
public const string ScriptProcesses = "https://www.googleapis.com/auth/script.processes"
Field Value
Type Description
string

ScriptProjects

Create and update Google Apps Script projects

Declaration
public const string ScriptProjects = "https://www.googleapis.com/auth/script.projects"
Field Value
Type Description
string

ScriptProjectsReadonly

View Google Apps Script projects

Declaration
public const string ScriptProjectsReadonly = "https://www.googleapis.com/auth/script.projects.readonly"
Field Value
Type Description
string

Spreadsheets

See, edit, create, and delete all your Google Sheets spreadsheets

Declaration
public const string Spreadsheets = "https://www.googleapis.com/auth/spreadsheets"
Field Value
Type Description
string

UserinfoEmail

See your primary Google Account email address

Declaration
public const string UserinfoEmail = "https://www.googleapis.com/auth/userinfo.email"
Field Value
Type Description
string

WwwGoogleComCalendarFeeds

See, edit, share, and permanently delete all the calendars you can access using Google Calendar

Declaration
public const string WwwGoogleComCalendarFeeds = "https://www.google.com/calendar/feeds"
Field Value
Type Description
string

WwwGoogleComM8Feeds

See, edit, download, and permanently delete your contacts

Declaration
public const string WwwGoogleComM8Feeds = "https://www.google.com/m8/feeds"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX