## SessionSubActivity **Type:** GraphQL unions ### Types - PolicyEvaluatedActivity - UserMessageActivity - AgentMessageActivity - AgentReasoningActivity - ToolCallActivity - ErrorActivity - SessionStartedActivity - DataSourceAccessActivity - AccessChannelActivity --- ## TimelineIndicatorItem **Type:** GraphQL unions ### Types - FindingIndicator - ViolationIndicator - DetectionIndicator --- ## FlowStepResource **Type:** GraphQL unions ### Types - AgentPreview - ToolPreview - DataSourcePreview - FlowPreview - AccessChannelPreview --- ## EvidenceGraphNode **Type:** GraphQL unions ### Types - FindingNode - DetectionNode - SessionNode - AgentNode - ToolNode - DataSourceNode - AccessChannelNode --- ## PolicyActionParams **Type:** GraphQL unions **Description:** Union of all possible policy action parameters ### Types - PolicyCreateIssueActionParams: Parameters for CREATE_ISSUE action --- ## TestPolicyResult **Type:** GraphQL unions **Description:** Union of possible policy test results. Result type depends on the trigger type: - AGENT_CREATED/AGENT_UPDATED → AgentTestPolicyResult - Future: TOOL_EXECUTION → ToolTestPolicyResult ### Types - AgentTestPolicyResult: Result of testing agent-based policy conditions. Shows preview of agents that would be impacted by this policy.