Validate a set of credentials against the external entity source before creating a sync configuration.
Returns a 200 status code if the credentials are valid.
This endpoint requires the integrations_read permission.
OAuth apps require the integrations_read authorization scope to access this endpoint.
The credentials to validate against the external entity source.
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
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).
type [required]
enum
The type of the resource. The value should always be integration_config.
Allowed enum values: integration_config