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

AccessRequestApprovalActionList

A wrapper around a list of AccessRequestApprovalAction so the result can participate in a union with error types.

type AccessRequestApprovalActionList {
  actions: [AccessRequestApprovalAction!]!
}

Fields

actions ● [AccessRequestApprovalAction!]! non-null object

Implemented By

AccessRequestApprovalActionListResult union

Last updated

Was this helpful?