itemsVisibility property

List<GSuitePrincipal>? itemsVisibility
getter/setter pair

This field restricts visibility to items at the datasource level.

Items within the datasource are restricted to the union of users and groups included in this field. Note that, this does not ensure access to a specific item, as users need to have ACL permissions on the contained items. This ensures a high level access on the entire datasource, and that the individual items are not shared outside this visibility.

Implementation

core.List<GSuitePrincipal>? itemsVisibility;