WorkspaceFeatures Class

Workspace features.

Constructor

WorkspaceFeatures(*args: Any, **kwargs: Any)

Variables

Name Description
enable_data_export

Flag that indicate if data should be exported.

immediate_purge_data_on30_days

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

enable_log_access_using_only_resource_permissions

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

cluster_resource_id
str

Dedicated LA cluster resourceId that is linked to the workspaces.

disable_local_auth

Disable Non-AAD based Auth.

unified_sentinel_billing_only

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

associations

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

Attributes

associations

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

associations: list[str] | None

cluster_resource_id

Dedicated LA cluster resourceId that is linked to the workspaces.

cluster_resource_id: str | None

disable_local_auth

Disable Non-AAD based Auth.

disable_local_auth: bool | None

enable_data_export

Flag that indicate if data should be exported.

enable_data_export: bool | None

enable_log_access_using_only_resource_permissions

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

enable_log_access_using_only_resource_permissions: bool | None

immediate_purge_data_on30_days

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

immediate_purge_data_on30_days: bool | None

unified_sentinel_billing_only

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

unified_sentinel_billing_only: bool | None