mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
844 B
844 B
SshKeyCreateRequest
Example Usage
import { SshKeyCreateRequest } from "dokploy/models/operations";
let value: SshKeyCreateRequest = {
name: "<value>",
privateKey: "<value>",
publicKey: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
description |
string | ➖ | N/A |
privateKey |
string | ✔️ | N/A |
publicKey |
string | ✔️ | N/A |
adminId |
string | ➖ | N/A |