@squidcloud/client
    Preparing search index...

    Interface SecretMetadata

    Metadata for a secret, including its key and last updated timestamp.

    interface SecretMetadata {
        key: string;
        lastUpdated: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    The key identifying the secret.

    lastUpdated: number

    The timestamp (in milliseconds) when the secret was last updated.