WorkspaceResourcePropertiesResponse

data class WorkspaceResourcePropertiesResponse(val apiKeyEnabled: Boolean? = null, val endpointUri: String, val providers: List<ProviderResponse>? = null, val provisioningState: String, val storageAccount: String? = null, val usable: String)

Properties of a Workspace

Constructors

Link copied to clipboard
constructor(apiKeyEnabled: Boolean? = null, endpointUri: String, providers: List<ProviderResponse>? = null, provisioningState: String, storageAccount: String? = null, usable: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKeyEnabled: Boolean? = null

Indicator of enablement of the Quantum workspace Api keys.

Link copied to clipboard

The URI of the workspace endpoint.

Link copied to clipboard

List of Providers selected for this Workspace

Link copied to clipboard

Provisioning status field

Link copied to clipboard
val storageAccount: String? = null

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

Link copied to clipboard

Whether the current workspace is ready to accept Jobs.