Databricks SDK for JavaScript
    Preparing search index...

    The Azure managed identity configuration.

    interface AzureManagedIdentity {
        accessConnectorId?: string;
        credentialId?: string;
        managedIdentityId?: string;
    }
    Index

    Properties

    accessConnectorId?: string

    The Azure resource ID of the Azure Databricks Access Connector. Use the format /subscriptions/{guid}/resourceGroups/{rg-name}/providers/Microsoft.Databricks/accessConnectors/{connector-name}.

    credentialId?: string

    The internal ID that represents this managed identity.

    managedIdentityId?: string

    The Azure resource ID of the managed identity. Use the format, /subscriptions/{guid}/resourceGroups/{rg-name}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identity-name} This is only available for user-assgined identities. For system-assigned identities, the access_connector_id is used to identify the identity. If this field is not provided, then we assume the AzureManagedIdentity is using the system-assigned identity.