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

AccessRequestAction

An action performed on an access request.

interface AccessRequestAction {
  id: ID!
  performedAt: Time
  performedBy: User
}

Fields

id ● ID! non-null scalar

Unique identifier of the action.

performedAt ● Time scalar

When the action was performed. Null if no decision has been submitted yet.

performedBy ● User object

The user who performed the action.

Member Of

AccessRequestActionEdge object

Implemented By

AccessRequestApprovalAction object

Last updated

Was this helpful?