@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface SecretVersion {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mysterybox.v1.SecretVersion";
        metadata?: ResourceMetadata;
        spec?: SecretVersionSpec;
        status?: SecretVersionStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mysterybox.v1.SecretVersion"
    metadata?: ResourceMetadata

    The status of the secret version.