WorkspaceFeaturesResponse

data class WorkspaceFeaturesResponse(val clusterResourceId: String? = null, val disableLocalAuth: Boolean? = null, val enableDataExport: Boolean? = null, val enableLogAccessUsingOnlyResourcePermissions: Boolean? = null, val immediatePurgeDataOn30Days: Boolean? = null)

Workspace features.

Constructors

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

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.