AccessApprovalSearchResult
org.sagebionetworks.repo.model.dataaccess.AccessApprovalSearchResult
The result item in an Access Approval search
| Field | Type | Description |
|---|---|---|
| id | STRING | The ID of the access approval |
| accessRequirementId | STRING | The ID of the access requirement |
| accessRequirementVersion | STRING | The version of the access requirement under which this approval was created |
| accessRequirementName | STRING | The name of the access requirement |
| submitterId | STRING | The principal ID of the person who created the submission. |
| reviewerId | STRING | The principal ID of the user that last modified the approval |
| state | ApprovalState | JSON enum for the state of AccessApproval |
| modifiedOn | STRING | The modification date of the approval |
| expiredOn | STRING | The date this object will be expired. |