Show / Hide Table of Contents

Class WorkspaceEventsService.ScopeConstants

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

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

Fields

ChatBot

Private Service: https://www.googleapis.com/auth/chat.bot

Declaration
public const string ChatBot = "https://www.googleapis.com/auth/chat.bot"
Field Value
Type Description
string

ChatMemberships

See, add, update, and remove members from conversations and spaces in Google Chat

Declaration
public const string ChatMemberships = "https://www.googleapis.com/auth/chat.memberships"
Field Value
Type Description
string

ChatMembershipsReadonly

View members in Google Chat conversations.

Declaration
public const string ChatMembershipsReadonly = "https://www.googleapis.com/auth/chat.memberships.readonly"
Field Value
Type Description
string

ChatMessages

See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.

Declaration
public const string ChatMessages = "https://www.googleapis.com/auth/chat.messages"
Field Value
Type Description
string

ChatMessagesReactions

See, add, and delete reactions as well as their reaction content to messages in Google Chat

Declaration
public const string ChatMessagesReactions = "https://www.googleapis.com/auth/chat.messages.reactions"
Field Value
Type Description
string

ChatMessagesReactionsReadonly

View reactions as well as their reaction content to messages in Google Chat

Declaration
public const string ChatMessagesReactionsReadonly = "https://www.googleapis.com/auth/chat.messages.reactions.readonly"
Field Value
Type Description
string

ChatMessagesReadonly

See messages as well as their reactions and message content in Google Chat

Declaration
public const string ChatMessagesReadonly = "https://www.googleapis.com/auth/chat.messages.readonly"
Field Value
Type Description
string

ChatSpaces

Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat

Declaration
public const string ChatSpaces = "https://www.googleapis.com/auth/chat.spaces"
Field Value
Type Description
string

ChatSpacesReadonly

View chat and spaces in Google Chat

Declaration
public const string ChatSpacesReadonly = "https://www.googleapis.com/auth/chat.spaces.readonly"
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

DriveFile

See, edit, create, and delete only the specific Google Drive files you use with this app

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

DriveMetadata

View and manage metadata of files in your Google Drive

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

DriveMetadataReadonly

See information about your Google Drive files

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

DriveReadonly

See and download all your Google Drive files

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

MeetingsSpaceCreated

Create, edit, and see information about your Google Meet conferences created by the app.

Declaration
public const string MeetingsSpaceCreated = "https://www.googleapis.com/auth/meetings.space.created"
Field Value
Type Description
string

MeetingsSpaceReadonly

Read information about any of your Google Meet conferences

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