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

844 B
Raw Permalink Blame History

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