ProjectProgramsProgramStakeholders
The Stakeholders resource is used to manage the assignment of stakeholders and program administrators for a program.
Columns
| Name | Type | Description |
| ProjectProgramsProjectProgramId [KEY] | Long | The unique identifier of the program. |
| StakeholderAssociationId [KEY] | Long | The unique identifier of the stakeholder assignment to a program. |
| AccessTypeCode | String | The code that represents the access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are OWNER, EDIT, and VIEW. The default value is VIEW. |
| AccessType | String | The access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are Owner, Contributor, and Viewer. The default value is Viewer. |
| AssignmentCategoryCode | String | The code that represents the assignment category for the assignee as directly assigned or inherited from the program's parent or grandparent in the program hierarchy. Values are INHERITED and DIRECT. |
| AssignmentCategory | String | The assignment category for the assignee as directly assigned or inherited from the program's parent or grandparent in the program hierarchy. Values are Inherited and Direct. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| LastUpdatedBy | String | The user who last updated the record. |
| PersonId | Long | The unique identifier of the person who's assigned to the program as a stakeholder. |
| PersonName | String | The name of the person who's assigned to the program as a stakeholder. |
| PersonEmail | String | The email of the person who's assigned to the program as a stakeholder. |
| ImageId | Long | The unique identifier of the avatar image for a person. |
| ImageName | String | The name of the avatar image for a person. |
| Image | String | The avatar image for a person. |
| Finder | String | finder |
| ProjectId | Long | projectid |
| ProjectProgramId | Long | projectprogramid |
| TreeStructureId | String | treestructureid |