Skip to main content

ViewerGroupType

The type of group, based on its role within the organization.

enum ViewerGroupType {
ORGANIZATION_ADMIN
ORGANIZATION_VIEWER
CUSTOM
}

Values​

ViewerGroupType.ORGANIZATION_ADMIN {#organization-admin}​

Organization administrators with full access to all projects and settings.

ViewerGroupType.ORGANIZATION_VIEWER {#organization-viewer}​

Organization viewers with read-only access to all projects.

ViewerGroupType.CUSTOM {#custom}​

Custom group with project-level permission grants.

Member Of​

InviteGroupViewer object