OBJECT
DashboardRole
link GraphQL Schema definition
- type DashboardRole implements RoleTabInterface {
- # When true, records owned by the viewer are included.
- : Boolean!
- # When true, records shared with the viewer are included.
- : Boolean!
- # When true, records owned by users in the viewer's managed units are included.
- : Boolean!
- # Whether the role-based visibility scope is applied. When false, records are not
- # restricted by ownership role.
- : Boolean!
- }