AccessRequirementStatus <INTERFACE>
org.sagebionetworks.repo.model.dataaccess.AccessRequirementStatus
The status of a user meeting an AccessRequirement.
Known Implementations:
BasicAccessRequirementStatus,  ManagedACTAccessRequirementStatusField | Type | Description |
---|---|---|
accessRequirementId | STRING | The ID of the requested AccessRequirement. |
concreteType | STRING | Indicates which implementation of AccessRequirementStatus this object represents. |
isApproved | BOOLEAN | True if there is an AccessApproval for the user for the given AccessRequirement. |
expiredOn | STRING | The date that the user no longer have access to the data. |