AccessRequestActionResult
No description
union AccessRequestActionResult =
| AccessRequestApprovalAction
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorPossible types
AccessRequestApprovalAction object
An approval or rejection decision on an access request.
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
submitAccessRequestApprovalDecision mutation
Last updated
Was this helpful?