Databricks SDK for JavaScript
    Preparing search index...
    interface CreateAzureKeyInfo {
        diskEncryptionSetId?: string;
        keyAccessConfiguration?: KeyAccessConfiguration;
        keyName?: string;
        keyVaultUri?: string;
        tenantId?: string;
        version?: string;
    }
    Index

    Properties

    diskEncryptionSetId?: string

    The Disk Encryption Set id that is used to represent the key info used for Managed Disk BYOK use case

    keyAccessConfiguration?: KeyAccessConfiguration

    The structure to store key access credential This is set if the Managed Identity is being used to access the Azure Key Vault key.

    keyName?: string

    The name of the key in KeyVault.

    keyVaultUri?: string

    The base URI of the KeyVault.

    tenantId?: string

    The tenant id where the KeyVault lives.

    version?: string

    The current key version.