Response containing the permission flag for a specific permission request
| name | data type | constraints | description |
|---|---|---|---|
| granted | boolean | required boolean | Flag whether the permission is granted |
Properties inherited from GenericResponse |
|||
| messages | array of Message | Messages contained in the response (which should be shown to the user) | |
| responseInfo | ResponseInfo | ||
Example
{
"granted" : true,
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}