Databricks SDK for JavaScript
    Preparing search index...

    The Azure service principal configuration. Only applicable when purpose is STORAGE.

    interface AzureServicePrincipal {
        applicationId?: string;
        clientSecret?: string;
        directoryId?: string;
    }
    Index

    Properties

    applicationId?: string

    The application ID of the application registration within the referenced AAD tenant.

    clientSecret?: string

    The client secret generated for the above app ID in AAD.

    directoryId?: string

    The directory ID corresponding to the Azure Active Directory (AAD) tenant of the application.