exceptionPermissions property

List<String>? exceptionPermissions
getter/setter pair

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

core.List<core.String>? exceptionPermissions;