Values.RelationshipSourceThe relationship of the related resource to the main resource.
type nonrec t = {resourceType : ResourceType.t option;The resource type of the related resource.
*)resourceId : ResourceId.t option;The ID of the related resource (for example, sg-xxxxxx).
*)resourceName : ResourceName.t option;The custom name of the related resource, if available.
*)relationshipName : RelationshipName.t option;The type of relationship with the related resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]