Add a Paladin context source
Configures a context source (a Slack channel or a document) for a Paladin to read. Idempotent, so re-adding an existing source returns it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Paladin.
Body
Information for adding a context source to a Paladin.
The kind of source a Paladin can read. A SLACK_CHANNEL is a Slack channel; a DOCUMENT is a Notion or Confluence page.
SLACK_CHANNEL, DOCUMENT The integration a Paladin context source comes from.
SLACK, NOTION, CONFLUENCE The provider's identifier for the source. The Slack channel ID for a channel, or the Notion/Confluence page ID for a document.
An optional human-readable name for the source.
An optional link to the source.
Response
The configured context source.
PaladinContextSource Object
Description
A context source (a Slack channel or a document) that a Paladin is configured to read during access-request review.
The ID of the context source.
The ID of the Paladin this source belongs to.
The kind of source a Paladin can read. A SLACK_CHANNEL is a Slack channel; a DOCUMENT is a Notion or Confluence page.
SLACK_CHANNEL, DOCUMENT The integration a Paladin context source comes from.
SLACK, NOTION, CONFLUENCE The provider's identifier for the source. The Slack channel ID for a channel, or the Notion/Confluence page ID for a document.
A human-readable name for the source.
A link to the source.