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

    Interface SymmetricKeySpec

    Represents the nebius.kms.v1.SymmetricKeySpec protobuf message.

    interface SymmetricKeySpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.kms.v1.SymmetricKeySpec";
        algorithm: SymmetricAlgorithm;
        description: string;
        rotationPeriod?: Duration;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.kms.v1.SymmetricKeySpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.kms.v1.SymmetricKeySpec protobuf message.

            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.SymmetricKeySpec"

    Contains the fully qualified protobuf type name.

    Encryption algorithm that should be used when using the key to encrypt plaintext. Must be specified only during create operations. Cannot be updated.

    description: string

    Description of the key.

    rotationPeriod?: Duration

    Key rotation period.