readers property

List<Principal>? readers
getter/setter pair

List of principals who are allowed to see the item in search results.

Optional if inheriting permissions from another item or if the item is not intended to be visible, such as virtual containers. The maximum number of elements is 1000.

Implementation

core.List<Principal>? readers;