exceptionPermissions property

  1. @TagNumber.new(4)
PbList<String> get exceptionPermissions

Specifies the permissions that this rule excludes from the set of denied permissions given by denied_permissions. If a permission appears in denied_permissions and in exception_permissions then it will not be denied.

The excluded permissions can be specified using the same syntax as denied_permissions.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get exceptionPermissions => $_getList(3);