directoryservice_describe_domain_controllers {paws.security.identity} | R Documentation |
Provides information about any domain controllers in your directory
Description
Provides information about any domain controllers in your directory.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_domain_controllers/ for full documentation.
Usage
directoryservice_describe_domain_controllers(
DirectoryId,
DomainControllerIds = NULL,
NextToken = NULL,
Limit = NULL
)
Arguments
DirectoryId |
[required] Identifier of the directory for which to retrieve the domain controller information. |
DomainControllerIds |
A list of identifiers for the domain controllers whose information will be provided. |
NextToken |
The DescribeDomainControllers.NextToken value from a previous call to
|
Limit |
The maximum number of items to return. |
[Package paws.security.identity version 0.7.0 Index]