Property descriptor is comprised of parameters that specify an object property. Its graphical representation is as follows:
descriptor.xsd
).Where uint is an unsigned integer. Date is stored in timestamp format. In 'bytes' type -1 (value) = UNLIMITED
descriptor.xsd
).The following property descriptor specifies FTP quota.
<property>
<name>ftp_quota</name>
<type>int</type>
<default>-1</default>
<writable-by>admin</writable-by>
</property>
The following property descriptor specifies PHP support.
<property>
<name>php</name>
<type>boolean</type>
<default>1</default>
<writable-by>admin</writable-by>
<writable-by>client</writable-by>
<writable-by>domain-admin</writable-by>
</property>