@squidcloud/client
    Preparing search index...

    Interface ApiKeyEntry

    An API key entry combining metadata with a string value.

    interface ApiKeyEntry {
        key: string;
        lastUpdated: number;
        value: string;
    }

    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.

    value: string

    The string value of the API key.