The permissions node is presented by the RolePermissions complex type (role.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>applicationsManagement</name>
<value>true</value>
</permission>
...
</permissions>
Note: To manage preferences, you should first retrieve permissions descriptor, containing names of permissions. For details, refer to the Retrieving Permission Descriptors section.