Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateTemporaryServiceCredentialRequest_AzureOptions

    The Azure cloud options to customize the requested temporary credential

    interface GenerateTemporaryServiceCredentialRequest_AzureOptions {
        resources?: string[];
    }
    Index

    Properties

    Properties

    resources?: string[]

    The resources to which the temporary Azure credential should apply. These resources are the scopes that are passed to the token provider (see https://learn.microsoft.com/python/api/azure-core/azure.core.credentials.tokencredential?view=azure-python)