OrgDirectoryProperty
This class represents the "ORG-DIRECTORY" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
OrgDirectoryPropertyarePrefParameter,IndexParameter,IndexParameter,LanguageParameter,PIDParameter,AltidParameter,TypeParameterandAnyParameterIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
OrgDirectoryPropertyshould be of typeURIType
new OrgDirectoryProperty(
  [],
  new URIType("uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"),
);