Show / Hide Table of Contents

Class HangoutsChatService.ScopeConstants

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

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

Fields

ChatAdminDelete

Delete conversations and spaces owned by your organization and remove access to associated files in Google Chat

Declaration
public const string ChatAdminDelete = "https://www.googleapis.com/auth/chat.admin.delete"
Field Value
Type Description
string

ChatAdminMemberships

View, add, update and remove members and managers in conversations owned by your organization

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

ChatAdminMembershipsReadonly

View members and managers in conversations owned by your organization

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

ChatAdminSpaces

View or edit display name, description, and other metadata for all Google Chat conversations owned by your organization

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

ChatAdminSpacesReadonly

View display name, description, and other metadata for all Google Chat conversations owned by your organization

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

ChatAppDelete

On their own behalf, apps in Google Chat can delete conversations and spaces and remove access to associated files

Declaration
public const string ChatAppDelete = "https://www.googleapis.com/auth/chat.app.delete"
Field Value
Type Description
string

ChatAppMemberships

On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces

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

ChatAppSpaces

On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings)

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

ChatAppSpacesCreate

On their own behalf, apps in Google Chat can create conversations and spaces

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

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

ChatCustomemojis

View, create, and delete custom emoji in Google Chat

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

ChatCustomemojisReadonly

View custom emoji in Google Chat

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

ChatDelete

Delete conversations and spaces and remove access to associated files in Google Chat

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

ChatImport

Import spaces, messages, and memberships into Google Chat.

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

ChatMembershipsApp

Add and remove itself from conversations and spaces in Google Chat

Declaration
public const string ChatMembershipsApp = "https://www.googleapis.com/auth/chat.memberships.app"
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

ChatMessagesCreate

Compose and send messages in Google Chat

Declaration
public const string ChatMessagesCreate = "https://www.googleapis.com/auth/chat.messages.create"
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

ChatMessagesReactionsCreate

Add reactions to messages in Google Chat

Declaration
public const string ChatMessagesReactionsCreate = "https://www.googleapis.com/auth/chat.messages.reactions.create"
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

ChatSpacesCreate

Create new conversations and spaces in Google Chat

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

ChatUsersReadstate

View and modify last read time for Google Chat conversations

Declaration
public const string ChatUsersReadstate = "https://www.googleapis.com/auth/chat.users.readstate"
Field Value
Type Description
string

ChatUsersReadstateReadonly

View last read time for Google Chat conversations

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

ChatUsersSpacesettings

Read and update your space settings

Declaration
public const string ChatUsersSpacesettings = "https://www.googleapis.com/auth/chat.users.spacesettings"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX