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

    Interface AsymmetricKeySpec

    interface AsymmetricKeySpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.kms.v1.AsymmetricKeySpec";
        algorithm: AsymmetricAlgorithm;
        description: 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.AsymmetricKeySpec"

    Cryptographic algorithm that should be used with the key. Must be specified only during create operations. Cannot be updated.

    description: string

    Description of the key.