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

submitAccessRequestApprovalDecision

Log an approval decision for an access request for audit purposes. The actual approval logic happens in the custom access request workflow that is configured in the access request configuration. The performedBy field on the input is a Collibra User UUID; it is translated to a Data Access user ID server-side.

submitAccessRequestApprovalDecision(
  input: SubmitAccessRequestApprovalDecisionInput!
): AccessRequestActionResult!

Arguments

input ● SubmitAccessRequestApprovalDecisionInput! non-null input

Type

AccessRequestActionResult union

Last updated

Was this helpful?