Other GraphQL Types
ProjectTypesEnum
Projects have different levels of visibility on the hub, content privacy, and membership restrictions based on the project type.
Valid Values
Value | Description |
---|---|
OPEN | Projects of OPEN project type are visible and accessible only to Team Members. |
CLOSED | Projects of CLOSED project type are visible to Team Members and accessible only to project members. |
SECRET | Projects of SECRET project type are visible and accessible only to project members. |
FOLDER_LEVEL | FOLDER_LEVEL project type. Members can be added through invitation only. Member and group roles can be applied to the entire project, specific folders, or sub folders. Note: The Folder-Level security type cannot be changed after creating a Folder-Level project. |
Where Used
Object/Input | Field | Description |
---|---|---|
Project | projectType . |
Represents a project. A project is a shared workspace for teams of people working together on a project, to store, organize, and manage all related entity data. |