Values_5.GetInstanceTpmEkPubResultSourceGets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The ID of the instance.
*)keyType : Values_3.EkPubKeyType.t option;The public endorsement key type.
*)keyFormat : Values_3.EkPubKeyFormat.t option;The public endorsement key format.
*)keyValue : Values_3.EkPubKeyValue.t option;The public endorsement key material.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]