Syntax |
update acl reference { audience = { }; rights = []; } } |
With the update acl keywords, the access control list is redefined with the aces listed
Example |
orgmodel APPDUCXSAMPLE@200.200 update acl DefaultDeveloperACL { audience { user = SyAdm; } rights = [AccTypeRead, AccTypeChange]; } } |