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

    Interface GetSecretVersionRequest

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

    Indexable

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

    Properties

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

    ID of secret versions to return.

    showScheduledForDeletion: boolean

    By default, Get doesn't return resource if it is scheduled for deletion. If show_scheduled_for_deletion = true, the Get operation returns the resource even if it is scheduled for deletion. If show_scheduled_for_deletion = false, the Get method returns the NOT_FOUND gRPC status code.