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

    Interface AsymmetricKey

    An asymmetric KMS key that may contain several versions of the cryptographic material.

    interface AsymmetricKey {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.kms.v1.AsymmetricKey";
        metadata?: ResourceMetadata;
        spec?: AsymmetricKeySpec;
        status?: AsymmetricKeyStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    The specifications of the asymmetric key.

    The current status of the asymmetric key.