These resources and properties have values that are lists of permissions:
•The permissions resource for tenants (specifies the permissions in the data access permission mask for a tenant)
•The permissions resource for namespaces (specifies the permissions in the data access permission mask for a namespace)
•The permissions property of the namespacePermission data type (used in the specification of the data access permissions for a user or group account)
•The authMinimumPermissions and authAndAnonymousMinimum-Permissions properties of the namespaces data type
The permissions that can be included in a list differ for the various resources and properties. However, in each case:
•In XML, each listed permission is the value of an element named permission. For example:
<permissions>
<permission>READ</permission>
<permission>WRITE</permission>
<permission>DELETE</permission>
<permission>PURGE</permission>
<permission>SEARCH</permission>
</permissions>
•In JSON, the name in the name/value pair that lists the permissions is permission. For example:
"permissions" : {
"permission" : [ "READ", "WRITE", "DELETE", "PURGE", "SEARCH" ]
}
© 2015 Hitachi Data Systems Corporation. All rights reserved.