This class holds data about access to an saperion related annotation. It has meaning only in the context of such an object given.
| name | data type | constraints | description |
|---|---|---|---|
| aclName | string | Returns the acl name. | |
| creationDate | number | Returns the creation date. | |
| creationUser | number | required | Returns the creation user. |
| lastModificationDate | number | Returns the last modification date. | |
| lastModificationUser | number | required | Returns the last modification user. |
Example
{
"aclName" : "...",
"creationDate" : 12345,
"creationUser" : 12345,
"lastModificationDate" : 12345,
"lastModificationUser" : 12345
}