The perms node is presented by the domainPerms complex type (plesk_domain.xsd
), and its graphical representation is as follows:
plesk_common.xsd
).Note: You can specify multiple permission parameters in one perms node.
The following code represents permission to access shell:
<permissions>
<permission>
<name>manage_sh_access</name>
<value>100</value>
</permission>
...
</permissions>
Note: To manage preferences, you should first retrieve permissions descriptor, containing names of permissions. For details, refer to the Retrieving Descriptor of Permissions section.