Databricks SDK for JavaScript
    Preparing search index...

    Reference to an entry in a secret scope. The referenced value is fetched on the Spark cluster at materialization time via dbutils.secrets.get(scope, key).

    interface SecretScopeReference {
        key?: string;
        scope?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The key within the scope.

    scope?: string

    The secret scope name.