@nebius/js-sdk - v0.2.54
    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • An asymmetric KMS key that may contain several versions of the cryptographic material.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.kms.v1.AsymmetricKey"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Contains the metadata protobuf field.

    The specifications of the asymmetric key.

    The current status of the asymmetric key.