paws.security.identity (version 0.1.0)

directoryservice_start_schema_extension: Applies a schema extension to a Microsoft AD directory

Description

Applies a schema extension to a Microsoft AD directory.

Usage

directoryservice_start_schema_extension(DirectoryId,
  CreateSnapshotBeforeSchemaExtension, LdifContent, Description)

Arguments

DirectoryId

[required] The identifier of the directory for which the schema extension will be applied to.

CreateSnapshotBeforeSchemaExtension

[required] If true, creates a snapshot of the directory before applying the schema extension.

LdifContent

[required] The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.

Description

[required] A description of the schema extension.

Request syntax

svc$start_schema_extension(
  DirectoryId = "string",
  CreateSnapshotBeforeSchemaExtension = TRUE|FALSE,
  LdifContent = "string",
  Description = "string"
)