This class controls Access Rights objects.
Value | Description |
---|---|
entityId | the database ID of the object to which the access right applies. This value must be greater than 0. |
userId | the database ID of the owner of the access right. This value must be greater than 0. |
value | the default access right (HIDE, VIEW, ADD, CHANGE, or FULL). This field cannot be null. |
overrides | indicates the types that are to be overridden in the access right in the format objectType=accessRightValue where objectType is the same object type used in APIEntity and accessRightValue is one of HIDE, VIEW, ADD, CHANGE or FULL. Multiple override elements are separated by a | (pipe) character. |
properties | a string containing extra properties for the object in the format attribute=value. |