@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface SecretSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mysterybox.v1.SecretSpec";
        description: string;
        primaryVersionId?: string;
        secretVersion?: SecretVersionSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Description of the secret.

    primaryVersionId?: string

    Specifies the primary version of the secret to update its payload. This parameter should only be provided during update operations.

    secretVersion?: SecretVersionSpec

    Secret's version specification, defines the secret version, including its payload. This parameter must be specified only during create operations.