import 'package:openapi/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique identifier (ID) of the SSH key. | |
| name | String | The name of the SSH key. | |
| publicKey | String | The public key for the SSH key. | |
| privateKey | String | The private key generated in the SSH key pair. Make sure to store a copy of this key locally, as Lambda does not store the key server-side. |