mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
20 lines
710 B
Markdown
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 | |