WorkspaceFeaturesResponse

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.

Constructors

Link copied to clipboard
constructor(clusterResourceId: String? = null, disableLocalAuth: Boolean? = null, enableDataExport: Boolean? = null, enableLogAccessUsingOnlyResourcePermissions: Boolean? = null, immediatePurgeDataOn30Days: Boolean? = null, unifiedSentinelBillingOnly: Boolean)

Types

Link copied to clipboard
object Companion

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.

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.