HCP System Management Help


namespacePermission data type properties

The table below describes the properties included in the namespacePermission data type.

Property name

Data type

Description

Notes

namespaceName

String

Specifies the name of the namespace to which the permissions listed in the permission property provide access.

 

permissions

List

Lists the permissions associated with the namespace identified by the namespaceName property. Valid values for permissions are:

BROWSE

CHOWN

DELETE

PRIVILEGED

PURGE

READ

READ_ACL

SEARCH

WRITE_ACL

WRITE

These values are not case sensitive.

For the format of the permission list, see Permission lists.

The set of permissions specified in the request body replaces the set of permissions currently associated with the namespace identified by the namespaceName property. To remove all the permissions for a namespace, specify an empty list.

If the set of permissions includes PURGE, delete permission is enabled automatically. If the set of permissions includes READ, browse permission is enabled automatically. If the set of permissions includes SEARCH, browse and read permissions are enabled automatically.

© 2017 Hitachi Vantara Corporation. All rights reserved.