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

AccessControlFromAccessRequestResult

No description

union AccessControlFromAccessRequestResult =
  | AccessControlFromAccessRequest
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

AccessControlFromAccessRequest object

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.

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

addWhatDataObjectsToAccessControlFromAccessRequest mutation ● addWhoToAccessControlFromAccessRequest mutation ● createAccessControlFromAccessRequest mutation

Last updated

Was this helpful?