WorkspacePropertiesAccessConnectorArgs

data class WorkspacePropertiesAccessConnectorArgs(val id: Output<String>, val identityType: Output<Either<String, IdentityType>>, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<WorkspacePropertiesAccessConnectorArgs>

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

Constructors

Link copied to clipboard
constructor(id: Output<String>, identityType: Output<Either<String, IdentityType>>, userAssignedIdentityId: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>

The resource ID of Azure Databricks Access Connector Resource.

Link copied to clipboard
val identityType: Output<Either<String, IdentityType>>

The identity type of the Access Connector Resource.

Link copied to clipboard
val userAssignedIdentityId: Output<String>? = null

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'.

Functions

Link copied to clipboard
open override fun toJava(): WorkspacePropertiesAccessConnectorArgs