Values.PublicKeySummarySourceContains information about a public key.
type nonrec t = {id : String_.t option;The identifier of the public key.
*)name : String_.t option;A name to help identify the public key.
*)createdTime : Timestamp.t option;The date and time when the public key was uploaded.
*)encodedKey : String_.t option;The public key.
*)comment : String_.t option;A comment to describe the public key. The comment cannot be longer than 128 characters.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]