AccessRequirementSearchResult
org.sagebionetworks.repo.model.dataaccess.AccessRequirementSearchResult
Result item of an Access Requirement search
| Field | Type | Description |
|---|---|---|
| id | STRING | The id of the AR |
| type | STRING | The concrete type of the AR |
| createdOn | STRING | The creation date of the AR |
| modifiedOn | STRING | The last modification date of the AR |
| name | STRING | The name of the AR |
| version | STRING | The current revision of the AR |
| relatedProjectIds | ARRAY<STRING> | List of project ids which the AR is direclty or indirectly applied to |
| reviewerIds | ARRAY<STRING> | List of principal ids that are allowed to review the AR submissions |