User Guide
140 Chapter 5: XML Results Reference
Attributes
acl-id
The ID of a specific SCO.
permission-id The permissions that the principal has for the specified SCO. This attribute is
returned only by the
permissions-info action.
principal-id The ID of the principal.
Contained tags
None (empty tag).
Returned by
permissions-info
Example
<permission acl-id="27" permission-id="manage" principal-id="8" />
permissions
Description
Container tag; contains information about one or more principals and their permissions.
For information about principals, see “About principals, SCOs, and IDs” on page 16. For
information about permissions, see “About security” on page 17.
Attributes
None.
Contained tags
principal
Returned by
permissions-info
Example
<permissions>
<principal principal-id="181248" is-primary="false" type="user"
has-children="false" permission-id="view">
<name>Englesberg, Ari</name>
<login>englesberg@example.com</login>
</principal>
</permissions>