WorkspaceFeaturesArgs

data class WorkspaceFeaturesArgs(val clusterResourceId: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val enableDataExport: Output<Boolean>? = null, val enableLogAccessUsingOnlyResourcePermissions: Output<Boolean>? = null, val immediatePurgeDataOn30Days: Output<Boolean>? = null) : ConvertibleToJava<WorkspaceFeaturesArgs>

Workspace features.

Constructors

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

Properties

Link copied to clipboard
val clusterResourceId: Output<String>? = null

Dedicated LA cluster resourceId that is linked to the workspaces.

Link copied to clipboard
val disableLocalAuth: Output<Boolean>? = null

Disable Non-AAD based Auth.

Link copied to clipboard
val enableDataExport: Output<Boolean>? = null

Flag that indicate if data should be exported.

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

Link copied to clipboard
val immediatePurgeDataOn30Days: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceFeaturesArgs