Values_2.SecurityKeySourceConfiguration information of the security key.
type nonrec t = {associationId : Values_0.AssociationId.t option;The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
*)key : Values_0.PEM.t option;The key of the security key.
*)creationTime : string option;When the security key was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.AssociationId.t | `Timestamp of string ])
list ]