# SshKeyOneRequest ## Example Usage ```typescript import { SshKeyOneRequest } from "dokploy/models/operations"; let value: SshKeyOneRequest = { sshKeyId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `sshKeyId` | *string* | :heavy_check_mark: | N/A |