Values.StartSchemaExtensionResultSourceApplies a schema extension to a Microsoft AD directory.
type nonrec t = {schemaExtensionId : SchemaExtensionId.t option;The identifier of the schema extension that will be applied.
*)}type nonrec error = [ | `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `SnapshotLimitExceededException of SnapshotLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `SnapshotLimitExceededException of SnapshotLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `SnapshotLimitExceededException of SnapshotLimitExceededException.t
| `Unknown_operation_error of string * string option ]