Learn R Programming

paws.security.identity (version 0.7.0)

directoryservice_describe_settings: Retrieves information about the configurable settings for the specified directory

Description

Retrieves information about the configurable settings for the specified directory.

See https://www.paws-r-sdk.com/docs/directoryservice_describe_settings/ for full documentation.

Usage

directoryservice_describe_settings(
  DirectoryId,
  Status = NULL,
  NextToken = NULL
)

Arguments

DirectoryId

[required] The identifier of the directory for which to retrieve information.

Status

The status of the directory settings for which to retrieve information.

NextToken

The DescribeSettingsResult.NextToken value from a previous call to describe_settings. Pass null if this is the first call.