Provides information about any domain controllers in your directory.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_domain_controllers/ for full documentation.
directoryservice_describe_domain_controllers(
DirectoryId,
DomainControllerIds = NULL,
NextToken = NULL,
Limit = NULL
)
[required] Identifier of the directory for which to retrieve the domain controller information.
A list of identifiers for the domain controllers whose information will be provided.
The DescribeDomainControllers.NextToken value from a previous call to
describe_domain_controllers
.
Pass null if this is the first call.
The maximum number of items to return.