Values.DescribeConditionalForwardersRequestSourceDescribes a conditional forwarder.
type nonrec t = {directoryId : DirectoryId.t;The directory ID for which to get the list of associated conditional forwarders.
*)remoteDomainNames : RemoteDomainNames.t option;The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RemoteDomainName.t ] list
| `String of DirectoryId.t ])
list ]