WorkspaceFeatures interface

Workspace features.

Properties

additionalProperties

Additional properties

associations

List of associations for the workspace. Indicates if the workspace is associated with any of the following experiences: MDC, Sentinel, SentinelGraph, etc.

clusterResourceId

Dedicated LA cluster resourceId that is linked to the workspaces.

disableLocalAuth

Disable Non-AAD based Auth.

enableDataExport

Flag that indicate if data should be exported.

enableLogAccessUsingOnlyResourcePermissions

Flag that indicate which permission to use - resource or workspace or both.

immediatePurgeDataOn30Days

Flag that describes if we want to remove the data after 30 days.

unifiedSentinelBillingOnly

An indication if the specify workspace is limited to sentinel's unified billing model only.

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

associations

List of associations for the workspace. Indicates if the workspace is associated with any of the following experiences: MDC, Sentinel, SentinelGraph, etc.

associations?: string[]

Property Value

string[]

clusterResourceId

Dedicated LA cluster resourceId that is linked to the workspaces.

clusterResourceId?: string

Property Value

string

disableLocalAuth

Disable Non-AAD based Auth.

disableLocalAuth?: boolean

Property Value

boolean

enableDataExport

Flag that indicate if data should be exported.

enableDataExport?: boolean

Property Value

boolean

enableLogAccessUsingOnlyResourcePermissions

Flag that indicate which permission to use - resource or workspace or both.

enableLogAccessUsingOnlyResourcePermissions?: boolean

Property Value

boolean

immediatePurgeDataOn30Days

Flag that describes if we want to remove the data after 30 days.

immediatePurgeDataOn30Days?: boolean

Property Value

boolean

unifiedSentinelBillingOnly

An indication if the specify workspace is limited to sentinel's unified billing model only.

unifiedSentinelBillingOnly?: boolean

Property Value

boolean