@squidcloud/client
    Preparing search index...

    Interface SetSecretRequestEntry

    A request structure for setting a secret with a key-value pair.

    interface SetSecretRequestEntry {
        key: string;
        value: SecretValue;
    }
    Index

    Properties

    Properties

    key: string

    The key identifying the secret to set.

    The value to assign to the secret.