Databricks SDK for JavaScript
    Preparing search index...
    interface GcpKeyInfo {
        gcpServiceAccount?: GcpServiceAccount;
        kmsKeyId?: string;
        manual?: boolean;
    }
    Index

    Properties

    gcpServiceAccount?: GcpServiceAccount

    Globally unique service account email that has access to the KMS key. The service account exists within the Databricks CP project.

    kmsKeyId?: string

    Globally unique kms key resource id of the form projects/testProjectId/locations/us-east4/keyRings/gcpCmkKeyRing/cryptoKeys/cmk-eastus4

    manual?: boolean

    When true, will not use OAuth to grant the service account access to the KMS key. The customer is responsible for granting access manually.