WorkspaceFeatures interface
Workspace features.
Properties
cluster |
Dedicated LA cluster resourceId that is linked to the workspaces. |
disable |
Disable Non-AAD based Auth. |
enable |
Flag that indicate if data should be exported. |
enable |
Flag that indicate which permission to use - resource or workspace or both. |
immediate |
Flag that describes if we want to remove the data after 30 days. |
Property Details
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