Update an existing entity context sync configuration. Supports partial updates; only the fields provided in the request body are modified.
This endpoint requires the manage_integrations permission.
OAuth apps require the manage_integrations authorization scope to access this endpoint.
Arguments
Path Parameters
Name
Type
Description
integration_config_id [required]
string
The ID of the entity context sync configuration.
Request
Body Data (required)
The fields to update on the integration configuration.
The entity context sync configuration fields to update.
attributes [required]
object
Fields to update on the entity context sync configuration. All fields are optional.
domain
string
The new domain associated with the external entity source.
enabled
boolean
Whether the entity context sync should be enabled.
integration_type
enum
The type of external source that provides entities to Cloud SIEM.
Allowed enum values: GOOGLE_WORKSPACE,OKTA,ENTRA_ID
name
string
The new display name for the entity context sync configuration.
secrets
object
The secrets used to authenticate against the external entity source. The accepted keys depend on the source type (for example, admin_email for Google Workspace).
settings
object
Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.
type [required]
enum
The type of the resource. The value should always be integration_config.
Allowed enum values: integration_config