AccessorGroupRequest
org.sagebionetworks.repo.model.dataaccess.AccessorGroupRequest
A request to retrieve a page of accessor groups. Accessors will be group by submitter and access requirement.
Field | Type | Description |
---|---|---|
accessRequirementId | STRING | The condition to filter by AccessRequirement. Use NULL to ignore this filter. |
submitterId | STRING | The condition to filter by submitter. Use NULL to ignore this filter. |
accessorId | STRING | The condition to filter by accessor. Use NULL to ignore this filter. |
expireBefore | STRING | The condition to filter by expiration. Use NULL to ignore this filter. |
nextPageToken | STRING | The token to get the next page result. Use NULL to get the first page. |