Databricks SDK for JavaScript
    Preparing search index...

    The metadata about a secret. Returned when listing secrets. Does not contain the actual secret value.

    interface SecretMetadata {
        key?: string;
        lastUpdatedTimestamp?: bigint;
    }
    Index

    Properties

    key?: string

    A unique name to identify the secret.

    lastUpdatedTimestamp?: bigint

    The last updated timestamp (in milliseconds) for the secret.