Table: slack_connection
Query information about the user or bot making the API query and connection to Slack.
Examples
Connection information
select *from slack_connection;
.inspect slack_connection
Information about the connection to the Slack workspace.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
bot_id | text | ID of the bot making the connection. null if not a bot. |
enterprise_id | text | ID of the enterprise grid. null if not an enterprise workspace. |
team | text | Name of the workspace team. |
team_id | text | ID of the workspace team. |
url | text | URL of the workspace. |
user | text | Name of the user making the connection. |
user_id | text | ID of the user making the connection. |