permission element
Type: | permission |
Namespace: | (default namespace) |
XML Schema: | vcac-identity-rest-schema.xsd |
A permission identifies the action, feature or set of data the principal is granted access. Permissions are assigned to a Role
- Permissions can correspond to atomic actions (e.g. "Power On VM").
- They can also act as an abstraction for an entire set of activities (e.g. "VM Power Lifecycle").
Example JSON
{
"id" : "...",
"name" : {
},
"description" : {
},
"status" : "...",
"prereqAdminPermissions" : [ {
"..." : ...
}, ... ]
}