@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface GetPayloadByKeyRequest

    interface GetPayloadByKeyRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mysterybox.v1.GetPayloadByKeyRequest";
        key: string;
        secretId: string;
        versionId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mysterybox.v1.GetPayloadByKeyRequest"
    key: string

    Payload's key to be retrieved.

    secretId: string
    versionId: string

    Desired version of the secret. If not provided, the primary version of the secret will be returned.