...
This structure contains the complete set of information about a project workspace permission set. Project workspace permission set is created at the installation level and controls user's access to project workspace areas such as home tab, issue tab, invoice tab and documents tab.
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
PermissionSetId | Int32 | No | The permission set Id is a unique identifier for a project workspace permission set. For internal use only. | ||
PermissionSetName | String(50) | No | The name of the project workspace permission set. | Full Access | |
PermissionSetUid | Int64 | On Insert: No On Update: Yes | The permission set Uid is a unique and immutable identifier for a project workspace permission set. | 1152921504606992779 |
...