Create a new entity context sync configuration so Cloud SIEM can ingest entities from an external
source. The credentials provided in secrets are validated against the source before the configuration
is stored and never returned in subsequent responses.
This endpoint requires the manage_integrations permission.
OAuth apps require the manage_integrations authorization scope to access this endpoint.
Request
Body Data (required)
The definition of the new integration configuration.
The attributes of the entity context sync configuration to create.
domain [required]
string
The domain associated with the external entity source.
integration_type [required]
enum
The type of external source that provides entities to Cloud SIEM.
Allowed enum values: GOOGLE_WORKSPACE,OKTA,ENTRA_ID
name [required]
string
The display name for the entity context sync configuration.
secrets [required]
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