# SshKeyCreateRequest ## Example Usage ```typescript import { SshKeyCreateRequest } from "dokploy/models/operations"; let value: SshKeyCreateRequest = { name: "", privateKey: "", publicKey: "", }; ``` ## 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 |