Files
Dokploy-ts-sdk/docs/models/operations/sshkeyupdaterequest.md
2025-09-26 02:33:10 +00:00

20 lines
710 B
Markdown

# SshKeyUpdateRequest
## Example Usage
```typescript
import { SshKeyUpdateRequest } from "dokploy/models/operations";
let value: SshKeyUpdateRequest = {
sshKeyId: "<id>",
};
```
## 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 |