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

Example JSON

{ "id" : "...", "name" : { }, "description" : { }, "status" : "...", "prereqAdminPermissions" : [ { "..." : ... }, ... ] }