Document representing a functional permission.
Property | Type | Constraints | Description |
---|---|---|---|
name |
String | mandatory=true, minLength=1, nullable=false | The name of the functional permission. |
type |
String | mandatory=true, minLength=1, nullable=false | The permission type ("functional"). |
value |
String | The non domain specific value for the functional permission, e.g. ACCESS or READONLY. | |
values |
Map[String, String] | The map of value per domain for the functional permission, e.g. ACCESS or READONLY per domain name. |