WorkspaceManagedDiskIdentity

data class WorkspaceManagedDiskIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(principalId: String? = null, tenantId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalId: String? = null

The principal UUID for the internal databricks storage account needed to provide access to the workspace for enabling Customer Managed Keys.

Link copied to clipboard
val tenantId: String? = null

The UUID of the tenant where the internal databricks storage account was created.

Link copied to clipboard
val type: String? = null

The type of the internal databricks storage account.