Get Workspace Result
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)
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
The managed resource group Id.
Link copied to clipboard
The workspace's custom parameters.
Link copied to clipboard
The workspace provisioning state.
Link copied to clipboard
The SKU of the resource.
Link copied to clipboard
The details of Managed Identity of Storage Account
Link copied to clipboard
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'