Class SecurityMonitoringSentinelOneIntegrationConfigUpdateAttributes

Fields to update on a SentinelOne entity context sync configuration.

Hierarchy

  • SecurityMonitoringSentinelOneIntegrationConfigUpdateAttributes

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 new domain associated with the external entity source.

enabled?: boolean

Whether the entity context sync should be enabled.

The source type for a SentinelOne entity context sync.

name?: string

The new display name for the entity context sync configuration.

Credentials for a SentinelOne entity context sync.

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

Generated using TypeDoc