owners property

List<Principal>? owners
getter/setter pair

List of owners for the item.

This field has no bearing on document access permissions. It does, however, offer a slight ranking boosts items where the querying user is an owner. The maximum number of elements is 5.

Optional.

Implementation

core.List<Principal>? owners;