WorkspaceResourcePropertiesArgs

data class WorkspaceResourcePropertiesArgs(val apiKeyEnabled: Output<Boolean>? = null, val providers: Output<List<ProviderArgs>>? = null, val storageAccount: Output<String>? = null) : ConvertibleToJava<WorkspaceResourcePropertiesArgs>

Properties of a Workspace

Constructors

Link copied to clipboard
constructor(apiKeyEnabled: Output<Boolean>? = null, providers: Output<List<ProviderArgs>>? = null, storageAccount: Output<String>? = null)

Properties

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

Indicator of enablement of the Quantum workspace Api keys.

Link copied to clipboard
val providers: Output<List<ProviderArgs>>? = null

List of Providers selected for this Workspace

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

ARM Resource Id of the storage account associated with this workspace.

Functions

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