The XML ACL body has the format shown below. Elements at each hierarchical level can be in any order.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<accessControlList>
<grant>
<grantee>
<type>(user|group)</type>
<name>(hcp-username
|active-directory-username
|active-directory-group
|all_users
|authenticated)
</name>
If the name entry specifies an Active Directory user or
group, include the domain element
<domain>active-directory-domain</domain>
</grantee>
<permissions>
Any combination of the following
<permission>READ</permission>
<permission>READ_ACL</permission>
<permission>WRITE</permission>
<permission>WRITE_ACL</permission>
<permission>DELETE</permission>
</permissions>
</grant>
Up to 999 additional grant elements
</accessControlList>
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.