Workspace Features Args
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.
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.