right

Type:
right
Namespace:
http://www.vmware.com/vchs/iam/v2.0
Description:
Indiviudal right information , rights typically correspond to action. Example : PUT:User right would correspond to update user action. contains: id, name.
Since:
5.7
Schema:
User.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<right xmlns="http://www.vmware.com/vchs/iam/v2.0">
    <id> xs:string </id>
    <name> xs:string </name>
</right>

Elements

Element Type Required Modifiable Since Deprecated Description
id string Yes 5.7 unique id of the right.
name string Yes 5.7 name of the right. Example : name could be "PUT:User" which would correspond to update user action. contains: