AnnotationAccessDataType Data Type

This class holds data about access to an saperion related annotation. It has meaning only in the context of such an object given.

Properties
name data type description
aclName string Returns the acl name.
creationDate number Returns the creation date.
creationUser number Returns the creation user.
lastModificationDate number Returns the last modification date.
lastModificationUser number Returns the last modification user.

Example

{
  "aclName" : "...",
  "creationDate" : 12345,
  "creationUser" : 12345,
  "lastModificationDate" : 12345,
  "lastModificationUser" : 12345
}