deniedReaders property

List<Principal>? deniedReaders
getter/setter pair

List of principals who are explicitly denied access to the item in search results.

While principals are denied access by default, use denied readers to handle exceptions and override the list allowed readers. The maximum number of elements is 100.

Implementation

core.List<Principal>? deniedReaders;