Databricks SDK for JavaScript
    Preparing search index...
    interface CustomerManagedKey {
        accountId?: string;
        creationTime?: bigint;
        customerManagedKeyId?: string;
        keyInfo?:
            | { $case: "awsKeyInfo"; awsKeyInfo: AwsKeyInfo }
            | { $case: "azureKeyInfo"; azureKeyInfo: AzureKeyInfo }
            | { $case: "gcpKeyInfo"; gcpKeyInfo: GcpKeyInfo };
        useCases?: CmkUseCase[];
    }
    Index

    Properties

    accountId?: string

    The account ID that holds the customer-managed key.

    creationTime?: bigint

    Time in epoch milliseconds when the customer key was created.

    customerManagedKeyId?: string

    ID of the encryption key configuration object.

    keyInfo?:
        | { $case: "awsKeyInfo"; awsKeyInfo: AwsKeyInfo }
        | { $case: "azureKeyInfo"; azureKeyInfo: AzureKeyInfo }
        | { $case: "gcpKeyInfo"; gcpKeyInfo: GcpKeyInfo }

    (-- The key information, if aws_key_info is defined, it's a AWS Databricks object. If azure_key_info is defined, it's an Azure Databricks customer key object. --)

    useCases?: CmkUseCase[]

    The cases that the key can be used for.