Values.ResolvedTargetSourceDescribes a resolved target.
type nonrec t = {resourceType : TargetResourceTypeId.t option;The resource type of the target.
*)targetName : TargetName.t option;The name of the target.
*)targetInformation : TargetInformationMap.t option;Information about the target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TargetInformationKey.t ]
* [> `String of TargetInformationValue.t ])
list
| `String of TargetResourceTypeId.t ])
list ]