Describe Conditional Forwarders
directoryservice_describe_conditional_forwarders | R Documentation |
Obtains information about the conditional forwarders for this account¶
Description¶
Obtains information about the conditional forwarders for this account.
If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.
Usage¶
Arguments¶
DirectoryId
[required] The directory ID for which to get the list of associated conditional forwarders.
RemoteDomainNames
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.
Value¶
A list with the following syntax:
list(
ConditionalForwarders = list(
list(
RemoteDomainName = "string",
DnsIpAddrs = list(
"string"
),
ReplicationScope = "Domain"
)
)
)