Databricks SDK for JavaScript
    Preparing search index...

    Interface AzureKeyVaultSecretScopeMetadata

    The metadata of the Azure KeyVault for a secret scope of type AZURE_KEYVAULT

    interface AzureKeyVaultSecretScopeMetadata {
        dnsName?: string;
        resourceId?: string;
    }
    Index

    Properties

    dnsName?: string

    The DNS of the KeyVault

    resourceId?: string

    The resource id of the azure KeyVault that user wants to associate the scope with.