Values.SecurityConfigurationSummarySourceThe creation date and time, and name, of a security configuration.
type nonrec t = {name : XmlString.t option;The name of the security configuration.
*)creationDateTime : Date.t option;The date and time the security configuration was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of XmlString.t | `Timestamp of Date.t ]) list ]