Databricks SDK for JavaScript
    Preparing search index...
    interface CreateCustomerManagedKeyRequest {
        accountId?: string;
        keyInfo?:
            | { $case: "awsKeyInfo"; awsKeyInfo: CreateAwsKeyInfo }
            | { $case: "gcpKeyInfo"; gcpKeyInfo: CreateGcpKeyInfo }
            | { $case: "azureKeyInfo"; azureKeyInfo: CreateAzureKeyInfo };
        useCases?: CmkUseCase[];
    }
    Index

    Properties

    accountId?: string
    keyInfo?:
        | { $case: "awsKeyInfo"; awsKeyInfo: CreateAwsKeyInfo }
        | { $case: "gcpKeyInfo"; gcpKeyInfo: CreateGcpKeyInfo }
        | { $case: "azureKeyInfo"; azureKeyInfo: CreateAzureKeyInfo }

    (-- The key information. Exactly one of aws_key_info, gcp_key_info, or azure_key_info must be set, matching the cloud of the account. --)

    useCases?: CmkUseCase[]

    The cases that the key can be used for.