GetWorkspaceResult

data class GetWorkspaceResult(val enhancedSecurityCompliances: List<GetWorkspaceEnhancedSecurityCompliance>, val id: String, val location: String, val managedDiskIdentities: List<GetWorkspaceManagedDiskIdentity>, val name: String, val resourceGroupName: String, val sku: String, val storageAccountIdentities: List<GetWorkspaceStorageAccountIdentity>, val tags: Map<String, String>? = null, val workspaceId: String, val workspaceUrl: String)

A collection of values returned by getWorkspace.

Constructors

Link copied to clipboard
constructor(enhancedSecurityCompliances: List<GetWorkspaceEnhancedSecurityCompliance>, id: String, location: String, managedDiskIdentities: List<GetWorkspaceManagedDiskIdentity>, name: String, resourceGroupName: String, sku: String, storageAccountIdentities: List<GetWorkspaceStorageAccountIdentity>, tags: Map<String, String>? = null, workspaceId: String, workspaceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An enhanced_security_compliance block as documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the Databricks Workspace exists.

Link copied to clipboard

A managed_disk_identity block as documented below.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: String

SKU of this Databricks Workspace.

Link copied to clipboard

A storage_account_identity block as documented below.

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

A mapping of tags to assign to the Databricks Workspace.

Link copied to clipboard

Unique ID of this Databricks Workspace in Databricks management plane.

Link copied to clipboard

URL this Databricks Workspace is accessible on.