Skip to content

GovernancePolicyTrace

Each trace row represents one policy's verdict within a governance enforcement event. One enforcement event can produce multiple trace rows when multiple policies contributed to the final verdict.

Properties

Property Type Description
actorIdentityId? string Identity (user/principal) that triggered the evaluation.
actorProcessId? string Process or executable that triggered the evaluation.
actorProcessType? string Type of the actor process (e.g. coded agent, RPA process).
finalEnforcement? string Final enforcement verdict for the parent governance event.
folderKey? string Orchestrator folder key associated with the evaluation, if any.
jobKey? string Job key associated with the evaluation, if any.
policyEnforcement? string This individual policy's enforcement contribution to the parent verdict.
policyEvaluationDetails? string Opaque details payload describing the evaluation result.
policyEvaluationResult? string The outcome of one policy evaluation — whether it allowed or denied the action, and whether that decision was actively enforced or just simulated (NoOp).
policyId? string ID of the policy this trace row evaluates.
policyName? string Display name of the policy.
policyStatus? string Enforcement mode of the policy at the time of evaluation.
processKey? string Process key associated with the evaluation, if any.
resourceId? string Resource being acted on.
resourceType? string Type of the resource being acted on.
startTime string The start time of governance enforcement event.
tenantId? string Tenant the trace was recorded in. Present even when fullOrganization is true.
traceId? string Distributed-tracing ID covering the governance enforcement event.