Values_2.VerifiedAccessEndpointTargetSourceDescribes the targets for the specified Verified Access endpoint.
type nonrec t = {verifiedAccessEndpointId : Values_1.VerifiedAccessEndpointId.t option;The ID of the Verified Access endpoint.
*)verifiedAccessEndpointTargetIpAddress : Values_0.String_.t option;The IP address of the target.
*)verifiedAccessEndpointTargetDns : Values_0.String_.t option;The DNS name of the target.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_1.VerifiedAccessEndpointId.t ]) list ]