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

AccessControlFromAccessRequest

Represents the result object for an action to an access control, which is triggered during the implementation of an access request. It contains both the access control and the access request that triggered the action.

type AccessControlFromAccessRequest {
  accessControl: AccessControl!
  accessRequest: AccessRequest!
}

Fields

accessControl ● AccessControl! non-null object

The access control that was updated or created.

accessRequest ● AccessRequest! non-null object

The access request from which the action was triggered.

Implemented By

AccessControlFromAccessRequestResult union

Last updated

Was this helpful?