Databricks SDK for JavaScript
    Preparing search index...

    Azure Active Directory token, essentially the Oauth token for Azure Service Principal or Managed Identity. Read more at https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/aad/service-prin-aad-token

    interface AzureActiveDirectoryToken {
        aadToken?: string;
    }
    Index

    Properties

    Properties

    aadToken?: string

    Opaque token that contains claims that you can use in Azure Active Directory to access cloud services.