Databricks SDK for JavaScript
    Preparing search index...
    interface ApiKeyAuth {
        key?: string;
        value?: string;
        valuePlaintext?: string;
    }
    Index

    Properties

    key?: string

    The name of the API key parameter used for authentication.

    value?: string

    The secret key reference for an API Key. If you prefer to paste your token directly, see value_plaintext.

    valuePlaintext?: string

    The API Key provided as a plaintext string. If you prefer to reference your token using Databricks Secrets, see value.