View source: R/directoryservice_operations.R
directoryservice_describe_domain_controllers | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.