Workspace Features Response
data class WorkspaceFeaturesResponse(val clusterResourceId: String? = null, val disableLocalAuth: Boolean? = null, val enableDataExport: Boolean? = null, val enableLogAccessUsingOnlyResourcePermissions: Boolean? = null, val immediatePurgeDataOn30Days: Boolean? = null, val unifiedSentinelBillingOnly: Boolean)
Workspace features.
Properties
Link copied to clipboard
Dedicated LA cluster resourceId that is linked to the workspaces.
Link copied to clipboard
Disable Non-AAD based Auth.
Link copied to clipboard
Flag that indicate if data should be exported.
Link copied to clipboard
Flag that indicate which permission to use - resource or workspace or both.
Link copied to clipboard
Flag that describes if we want to remove the data after 30 days.
Link copied to clipboard
An indication if the specify workspace is limited to sentinel's unified billing model only.