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

    Interface GetSecretVersionRequest

    Represents the nebius.mysterybox.v1.GetSecretVersionRequest protobuf message.

    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

      Represents the nebius.mysterybox.v1.GetSecretVersionRequest protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mysterybox.v1.GetSecretVersionRequest protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.mysterybox.v1.GetSecretVersionRequest"

    Contains the fully qualified protobuf type name.

    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.