The Open API specification for Synapse is now available for download!

Download Open API Spec

AccessRequirementStatus <INTERFACE>

org.sagebionetworks.repo.model.dataaccess.AccessRequirementStatus

The status of a user meeting an AccessRequirement.

Known Implementations:
BasicAccessRequirementStatusManagedACTAccessRequirementStatus
Field 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.