For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessRequestOutcome

The possible outcomes for an access request

enum AccessRequestOutcome {
  Cancelled
  Implemented
  Incomplete
  None
  NotImplemented
  PartiallyImplemented
  Rejected
}

Values

Cancelled

Canceled by the requester.

Implemented

Fully implemented when closed.

Incomplete

Only some elements of the request are currently implemented (on open).

None

Not implemented yet.

NotImplemented

Nothing has been implemented yet (on open)

PartiallyImplemented

Only some elements of the request were implemented when closed.

Rejected

Rejected by one of the assignees.

Member Of

AccessRequest object ● AccessRequestFilterInput input ● AccessRequestStatusUpdate object ● AccessRequestWhatItem object

Last updated

Was this helpful?