AccessRequestOutcome
Last updated
Was this helpful?
The possible outcomes for an access request
enum AccessRequestOutcome {
Cancelled
Implemented
Incomplete
None
NotImplemented
PartiallyImplemented
Rejected
}Canceled by the requester.
Fully implemented when closed.
Only some elements of the request are currently implemented (on open).
Not implemented yet.
Nothing has been implemented yet (on open)
Only some elements of the request were implemented when closed.
Rejected by one of the assignees.
AccessRequest object ● AccessRequestFilterInput input ● AccessRequestStatusUpdate object ● AccessRequestWhatItem object
Last updated
Was this helpful?
Was this helpful?