WorkspacePropertiesAccessConnector interface
Access Connector Resource that is going to be associated with Databricks Workspace. Not allowed in Serverless ComputeMode workspace.
Properties
| id | The resource ID of Azure Databricks Access Connector Resource. |
| identity |
The identity type of the Access Connector Resource. |
| user |
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'. |
Property Details
id
The resource ID of Azure Databricks Access Connector Resource.
id: string
Property Value
string
identityType
The identity type of the Access Connector Resource.
identityType: string
Property Value
string
userAssignedIdentityId
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'.
userAssignedIdentityId?: string
Property Value
string