AccessApprovalInfo
org.sagebionetworks.repo.model.AccessApprovalInfo
Information about whether or not a user has an AccessApproval for an AccessRequirement.
| Field | Type | Description |
|---|---|---|
| userId | STRING | The ID of the user. |
| accessRequirementId | STRING | The ID of the access requirement. |
| hasAccessApproval | BOOLEAN | True if userId has an AccessApproval for the specified accessRequirementId; false otherwise. |