| name | data type | constraints | description |
|---|---|---|---|
| id | number | A unique mask authorization ID | |
| maskId | number | required | A unique Mask ID |
| untilDate | string | Date time until mask is accessible to User or Role. | |
| roleId | number | A Role ID to which mask is accessible. | |
| userId | number | Accuro User ID to which mask is accessible. |
Example
{
"id" : 1,
"maskId" : 12,
"untilDate" : "2017-11-08T00:00:00.000",
"roleId" : 12,
"userId" : 12
}