SettingScopeType
An enum to describe the type of scope the setting is for.
SettingScopeTypeValues
Scope for any user level settings
An id is not needed as it will implicitly be the authenticated user's id.
Scope for any chat application settings
An id is mandatory and should be a chat application id (liveChatApp_123)
Scope for the authenticated user's email notification settings.
An id is not needed as it will implicitly be the authenticated user's id.
Scope for the authenticated user's slack notification settings.
An id is not needed as it will implicitly be the authenticated user's id.
Scope for slack support channel settings.
An id is mandatory and should be a workspace slack channel integration id (wsSlackInt_123)
Scope for per-channel slack ingestion overrides (ingestion_mode,
manual_ingestion_emoji, manual_ingestion_customer_enabled).
An id is mandatory and should be a connected slack channel id
(slackChan_123). Falls back to WORKSPACE_SLACK_CHANNEL when no
per-channel value is set.
Scope for slack notifications configured for the whole workspace.
An id is mandatory and should be a workspace slack integration id (wsSlackInt_123)
Scope for discord notifications configured for the whole workspace.
An id is mandatory and should be a workspace discord integration id (wsDiscordInt_123)
Scope for workspace level settings for the whole workspace.
An id is not needed as it will implicitly be the current workspace id.

