Module Values.DescribeConditionalForwardersRequestSource

Describes a conditional forwarder.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The directory ID for which to get the list of associated conditional forwarders.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?remoteDomainNames:??? -> directoryId:DirectoryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RemoteDomainName.t ] list | `String of DirectoryId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t