RT::ACL - collection of RT ACE objects
use RT::ACL;
my $ACL = RT::ACL->new($CurrentUser);
Hand out the next ACE that was found
Limit the ACL to rights for the object $object. It needs to be an RT::Record class.
Limit the ACL to rights NOT on the object $object. $object needs to be an RT::Record class.
Limit the ACL to the principal with PrincipalId Id and PrincipalType Type
Id is not optional. Type is.
if IncludeGroupMembership => 1 is specified, ACEs which apply to the principal due to group membership will be included in the resultset.
Returns an empty new RT::ACE item
← Back to index