WorkspacePropertiesResponseAccessConnector

data class WorkspacePropertiesResponseAccessConnector(val id: String, val identityType: String, val userAssignedIdentityId: String? = null)

Access Connector Resource that is going to be associated with Databricks Workspace

Constructors

constructor(id: String, identityType: String, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID of Azure Databricks Access Connector Resource.

Link copied to clipboard

The identity type of the Access Connector Resource.

Link copied to clipboard

The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.