Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 747 Bytes

File metadata and controls

18 lines (13 loc) · 747 Bytes

openapi.model.AddSSHKey200ResponseData

Load the model package

import 'package:openapi/api.dart';

Properties

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.

[Back to Model list] [Back to API list] [Back to README]