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

    Interface AsymmetricSignHashRequest

    interface AsymmetricSignHashRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.kms.v1.AsymmetricSignHashRequest";
        hash: Uint8Array;
        keyId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.kms.v1.AsymmetricSignHashRequest"
    hash: Uint8Array

    Hash to sign.

    keyId: string

    ID of the asymmetric KMS key to use for signing the hash.