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.
directoryservice_list_schema_extensions(
DirectoryId,
NextToken = NULL,
Limit = NULL
)
[required] The identifier of the directory from which to retrieve the schema extension information.
The ListSchemaExtensions.NextToken
value from a previous call to
list_schema_extensions
.
Pass null if this is the first call.
The maximum number of items to return.