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

    Interface SymmetricKeySpec

    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
    Index

    Properties

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

    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.