mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
23
docs/models/operations/sshkeycreaterequest.md
Normal file
23
docs/models/operations/sshkeycreaterequest.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# SshKeyCreateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { SshKeyCreateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: SshKeyCreateRequest = {
|
||||
name: "<value>",
|
||||
privateKey: "<value>",
|
||||
publicKey: "<value>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `name` | *string* | :heavy_check_mark: | N/A |
|
||||
| `description` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `privateKey` | *string* | :heavy_check_mark: | N/A |
|
||||
| `publicKey` | *string* | :heavy_check_mark: | N/A |
|
||||
| `adminId` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user