Databricks SDK for JavaScript
    Preparing search index...

    GCP long-lived credential. GCP Service Account.

    interface GcpServiceAccountKey {
        email?: string;
        privateKey?: string;
        privateKeyId?: string;
    }
    Index

    Properties

    email?: string

    The email of the service account.

    privateKey?: string

    The service account's RSA private key.

    privateKeyId?: string

    The ID of the service account's private key.