Values_0.RelatedResourceSourceInformation about a related resource.
type nonrec t = {resourceType : ResourceType.t option;The type of resource.
*)resourceIdentifier : ResourceIdentifier.t option;Information that identifies the resource.
*)additionalInfo : StringMap.t option;Other information about the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `Structure of
(string
* [> `String of CertificateId.t
| `Structure of (string * [> `String of PolicyName.t ]) list ])
list ])
list ]