directoryservice_describe_domain_controllers: Provides information about any domain controllers in your...

View source: R/directoryservice_operations.R

directoryservice_describe_domain_controllersR 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 describe_domain_controllers. Pass null if this is the first call.

Limit

The maximum number of items to return.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.