Listing namespace and user permissions response body

The body of the HTTP response consists of XML that lists the permissions for the namespace and user. The table below describes the XML elements.

Element Description

namespacePermissions

The permissions specified for the namespace.

namespaceEffectivePermissions

The permissions that are in effect for the namespace. This is the logical AND of the permissions specified at the system, tenant, and namespace levels.

userPermissions

Your user permissions.

userEffectivePermissions

The permissions that result from the combination of the namespace permissions and your user permissions. This is the logical AND of the permissions specified for the system, tenant, and namespace and your user permissions.

The XML has this format:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/static/xsl/proc-permissions.xsl"?>
<permissions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="/static/xsd/proc-permissions.xsd"
        namespaceName="namespace-name">
    <namespacePermissions
        browse="true|false"
        read="true|false"
        write="true|false"
        readAcl="true|false"
        writeAcl="true|false"
        changeOwner="true|false"
        delete="true|false"
        privileged="true|false"
        purge="true|false"
        search="true|false"/>
    <namespaceEffectivePermissions
        browse="true|false"
        read="true|false"
        write="true|false"
        readAcl="true|false"
        writeAcl="true|false"
        changeOwner="true|false"
        delete="true|false"
        privileged="true|false"
        purge="true|false"
        search="true|false"/>
    <userPermissions
        browse="true|false"
        read="true|false"
        write="true|false"
        readAcl="true|false"
        writeAcl="true|false"
        changeOwner="true|false"
        delete="true|false"
        privileged="true|false"
        purge="true|false"
        search="true|false"/>
    <userEffectivePermissions
        browse="true|false"
        read="true|false"
        write="true|false"
        readAcl="true|false"
        writeAcl="true|false"
        changeOwner="true|false"
        delete="true|false"
        privileged="true|false"
        purge="true|false"
        search="true|false"/>
</permissions>

Trademark and LegalDisclaimer

© 2015 Hitachi Data Systems Corporation. All rights reserved.