Types
SettingScope
Identifies the context to which a setting value is attached. The combination of scopeType and id uniquely addresses one setting row.
object
SettingScopeFields
id
ID
The entity ID for scopes that require one (e.g. a chat app ID for CHAT, a Slack channel integration ID for WORKSPACE_SLACK_CHANNEL). Null for user- or workspace-level scopes where the ID is inferred from the authenticated session.
scopeType
The category of scope this setting belongs to.

