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

    Interface UpdateSecretRequest

    interface UpdateSecretRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mysterybox.v1.UpdateSecretRequest";
        metadata?: ResourceMetadata;
        spec?: SecretSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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