Returns the instance-wide Slack App config information for a Self-Hosted instance. This is used by
the Spacelift Slack integration to integrate with your Slack workspace. Always returns null on SaaS.
SlackAppConfig
SlackAppConfig- clientIdThe client ID of the Slack App. Returns null when no Slack App is configured.
- canUpdateIndicates whether the Slack App configuration can be modified via slackAppConfigSet and slackAppConfigDelete. This will return false if the Slack App config is provided via environment variables.
- canDeleteIndicates whether the Slack App configuration can be deleted via slackAppConfigDelete