outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Keypair

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**keypair_fingerprint** | Option<**String**> | The MD5 public key fingerprint as specified in section 4 of RFC 4716. | [optional]
**keypair_id** | Option<**String**> | The ID of the keypair. | [optional]
**keypair_name** | Option<**String**> | The name of the keypair. | [optional]
**keypair_type** | Option<**String**> | The type of the keypair (`ssh-rsa`, `ssh-ed25519`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`). | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | One or more tags associated with the keypair. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)