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

    Interface UpdateAsymmetricKeyDeletionDelayRequest

    interface UpdateAsymmetricKeyDeletionDelayRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.kms.v1.UpdateAsymmetricKeyDeletionDelayRequest";
        deletionDelay?: Duration;
        id: 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.UpdateAsymmetricKeyDeletionDelayRequest"
    deletionDelay?: Duration

    Deletion delay applied from the update timestamp. Example: "86400s" (1 day). Valid range: 86400s (1 day) to 2592000s (30 days).

    id: string

    ID of the asymmetric KMS key scheduled for deletion.