@edgible-team/sdk
    Preparing search index...

    Interface SetSecretParams

    Create or rotate a secret. Body carries only type + keys (backend is strict).

    interface SetSecretParams {
        keys: Record<string, string>;
        name: string;
        organizationId: string;
        type: SecretType;
    }
    Index

    Properties

    keys: Record<string, string>

    keyName -> plaintext value. Encrypted server-side; never returned.

    name: string
    organizationId: string
    type: SecretType