Class SecurityMonitoringIntegrationCredentialsValidateAttributes

The credentials to validate against the external entity source.

Hierarchy

  • SecurityMonitoringIntegrationCredentialsValidateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
domain: string

The domain associated with the external entity source.

The type of external source that provides entities to Cloud SIEM.

secrets: {
    [key: string]: any;
}

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 declaration

  • [key: string]: any

Generated using TypeDoc