GetWorkspaceResult

data class GetWorkspaceResult(val authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, val createdBy: CreatedByResponse? = null, val createdDateTime: String, val id: String, val location: String, val managedResourceGroupId: String, val name: String, val parameters: WorkspaceCustomParametersResponse? = null, val provisioningState: String, val sku: SkuResponse? = null, val storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, val tags: Map<String, String>? = null, val type: String, val uiDefinitionUri: String? = null, val updatedBy: CreatedByResponse? = null, val workspaceId: String, val workspaceUrl: String)

Information about workspace.

Constructors

Link copied to clipboard
constructor(authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, createdBy: CreatedByResponse? = null, createdDateTime: String, id: String, location: String, managedResourceGroupId: String, name: String, parameters: WorkspaceCustomParametersResponse? = null, provisioningState: String, sku: SkuResponse? = null, storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, tags: Map<String, String>? = null, type: String, uiDefinitionUri: String? = null, updatedBy: CreatedByResponse? = null, workspaceId: String, workspaceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The workspace provider authorizations.

Link copied to clipboard

Indicates the Object ID, PUID and Application ID of entity that created the workspace.

Link copied to clipboard

Specifies the date and time when the workspace is created.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The managed resource group Id.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The workspace's custom parameters.

Link copied to clipboard

The workspace provisioning state.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU of the resource.

Link copied to clipboard

The details of Managed Identity of Storage Account

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Link copied to clipboard
val uiDefinitionUri: String? = null

The blob URI where the UI definition file is located.

Link copied to clipboard

Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.

Link copied to clipboard

The unique identifier of the databricks workspace in databricks control plane.

Link copied to clipboard

The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'