UserSubmissionSearchResult
org.sagebionetworks.repo.model.dataaccess.UserSubmissionSearchResult
The result item in a User Data Access Submission Search
| Field | Type | Description |
|---|---|---|
| id | STRING | The id of the submission |
| createdOn | STRING | |
| modifiedOn | STRING | |
| accessRequirementId | STRING | The id of the access requirement the submission is for |
| accessRequirementVersion | STRING | The version of the requirement that the submission refers to |
| accessRequirementName | STRING | The name of the access requirement |
| submitterId | STRING | The principal ID of the person who created the submission |
| state | SubmissionState | The state of a Submission. |
| userAccessApproval | AccessApproval | JSON schema for AccessApproval POJO |