# SshKeyUpdateRequest ## Example Usage ```typescript import { SshKeyUpdateRequest } from "dokploy/models/operations"; let value: SshKeyUpdateRequest = { sshKeyId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `name` | *string* | :heavy_minus_sign: | N/A | | `description` | *string* | :heavy_minus_sign: | N/A | | `lastUsedAt` | *string* | :heavy_minus_sign: | N/A | | `sshKeyId` | *string* | :heavy_check_mark: | N/A |