Values.SchemaExtensionInfoSourceInformation about a schema extension.
type nonrec t = {directoryId : DirectoryId.t option;The identifier of the directory to which the schema extension is applied.
*)schemaExtensionId : SchemaExtensionId.t option;The identifier of the schema extension.
*)description : Description.t option;A description of the schema extension.
*)schemaExtensionStatus : SchemaExtensionStatus.t option;The current status of the schema extension.
*)schemaExtensionStatusReason : SchemaExtensionStatusReason.t option;The reason for the SchemaExtensionStatus.
*)startDateTime : StartDateTime.t option;The date and time that the schema extension started being applied to the directory.
*)endDateTime : EndDateTime.t option;The date and time that the schema extension was completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of StartDateTime.t ])
list ]