Class SecurityMonitoringIntegrationConfigAttributes

The attributes of an entity context sync configuration as returned by the API.

Hierarchy

  • SecurityMonitoringIntegrationConfigAttributes

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
createdAt?: Date

The time at which the entity context sync configuration was created.

domain: string

The domain associated with the external entity source (for example, the customer's identity provider domain).

enabled: boolean

Whether the sync is enabled and actively ingesting entities into Cloud SIEM.

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

modifiedAt?: Date

The time at which the entity context sync configuration was last modified.

name?: string

The display name of the entity context sync configuration.

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

Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.

Type declaration

  • [key: string]: any

The state of the credentials configured on the entity context sync.

Generated using TypeDoc