AgentGovernanceDecisionGetResponse
A single governance decision — one policy's allow/deny result for an agent run.
Properties¶
| Property | Type | Description |
|---|---|---|
actionApplied |
null | string |
Enforcement action applied. null in audit mode (no action enforced). |
agentId |
null | string |
Resolved agent ID (GUID). |
agentName |
null | string |
Agent display name. |
endTime |
null | string |
Decision window end time — ISO 8601, UTC. |
evaluatorResult |
AgentGovernanceVerdict |
Verdict, normalized to AgentGovernanceVerdict (Deny = violation). |
folderKey |
null | string |
Folder key (GUID). |
hook |
null | string |
Governance hook (e.g. BEFORE_MODEL). |
jobKey |
null | string |
Job key (GUID). |
mode |
AgentGovernanceMode |
Evaluation mode, normalized to AgentGovernanceMode (AgentGovernanceMode.Unknown when missing/unrecognized). |
packName |
null | string |
Governance pack name. |
policyId |
null | string |
Policy ID. |
policyName |
null | string |
Policy display name. |
reason |
null | string |
Human-readable reason. |
source |
null | string |
Runtime the evaluator ran in (context, not a filter). |
startTime |
string |
Decision window start time — ISO 8601, UTC. |
tenantId |
null | string |
Tenant ID (GUID). |
traceId |
null | string |
Trace ID (GUID). |