Skip to main content
PUT
Update Plugin

Path Parameters

name
string
required

The name of the resource

Body

application/json

The request body resource

connections
object[]
required

The list of connections configured for a specific plugin

name
enum<string>
required

The name of the plugin to enable

  • audit - Audit connections
  • access_control - Enable access control by groups
  • dlp - Enable Google Data Loss Prevention (requires further configuration)
  • indexer - Enable indexing session contents
  • review - Enable reviewing executions
  • runbooks - Enable configuring runbooks
  • slack - Enable reviewing execution through Slack
  • webhooks - Send events via webhooks
Available options:
audit,
access_control,
dlp,
indexer,
review,
runbooks,
slack,
webhooks
Example:

"slack"

config
object

The top level plugin configuration. This value is immutable after creation

priority
integer
default:0

DEPRECATED, should be always 0

source
string
default:null

DEPRECATED, should be always null

Response

OK

connections
object[]
required

The list of connections configured for a specific plugin

name
enum<string>
required

The name of the plugin to enable

  • audit - Audit connections
  • access_control - Enable access control by groups
  • dlp - Enable Google Data Loss Prevention (requires further configuration)
  • indexer - Enable indexing session contents
  • review - Enable reviewing executions
  • runbooks - Enable configuring runbooks
  • slack - Enable reviewing execution through Slack
  • webhooks - Send events via webhooks
Available options:
audit,
access_control,
dlp,
indexer,
review,
runbooks,
slack,
webhooks
Example:

"slack"

config
object

The top level plugin configuration. This value is immutable after creation

id
string<uuid>
read-only

The resource identifier

Example:

"15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7"

priority
integer
default:0

DEPRECATED, should be always 0

source
string
default:null

DEPRECATED, should be always null