paws.security.identity (version 0.5.0)

directoryservice_list_schema_extensions: Lists all schema extensions applied to a Microsoft AD Directory

Description

Lists all schema extensions applied to a Microsoft AD Directory.

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

Usage

directoryservice_list_schema_extensions(
  DirectoryId,
  NextToken = NULL,
  Limit = NULL
)

Arguments

DirectoryId

[required] The identifier of the directory from which to retrieve the schema extension information.

NextToken

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

Limit

The maximum number of items to return.