Values_4.KeyPairSourceDescribes a key pair.
type nonrec t = {keyPairId : Values_0.String_.t option;The ID of the key pair.
*)keyName : Values_0.String_.t option;The name of the key pair.
*)keyFingerprint : Values_0.String_.t option;For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key. For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.
*)keyMaterial : Values_0.SensitiveUserData.t option;An unencrypted PEM encoded RSA or ED25519 private key.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]