# PolicyEvaluatedActivity **Type:** GraphQL objects ## Fields - id (ID) - type (ActivityType, Not Null): undefined - timestamp (DateTime) - agent (Agent, Not Null): undefined - externalId (ID) - id (ID) - platform (Platform) - name (String) - environment (Environment) - owner (Owner) - accessibility (AgentAccessibility) - description (String) - nodes (Node) - edges (Edge) - tools (Tool) - createdAt (DateTime) - updatedAt (DateTime) - highestIssueSeverity (Issue) - usage (Usage) - findings (Finding) - detections (DetectionTypeAggregation) - isRuntimeProtected (Boolean) - message (String) - policy (Policy): undefined - id (ID): Unique identifier for the policy - name (String): Policy name - description (String): Detailed description of what the policy does - mode (PolicyMode): Current enforcement mode of the policy - status (PolicyStatus): Current status of the policy - trigger (PolicyTrigger): Event that triggers policy evaluation - conditions (PolicyConditionGroup): Conditions that must be met for the policy to match - actions (PolicyAction): Actions to execute when policy conditions match - autoResolve (Boolean): Automatically resolve issues when conditions are no longer met - isDefault (Boolean): Indicates if this policy is a system default or custom/modified by the tenant - issuesCount (Int): Number of issues created by this policy - lastExecutedAt (DateTime): When the policy was last executed - createdAt (DateTime): When the policy was created - updatedAt (DateTime): When the policy was last updated - createdBy (Owner): User who created the policy - updatedBy (Owner): User who last updated the policy - version (Int): Version number, incremented on each update - deletedAt (DateTime): When the policy was soft-deleted (null if active) - environmentTypes (EnvironmentType): Effective environment types where this policy applies. Returns specific environments if conditions include environment filters, or all environments (Prod, Sandbox, Dev) if no environment filter is specified. - issue (Issue): undefined - id (ID): Unique identifier for the issue - title (String): Brief title describing the issue - severity (PolicySeverity): Severity level of the issue - reasoning (String): Detailed explanation of why this is an issue - status (IssueStatus): Current status of the issue - category (IssueCategory): Category classifying the type of risk - assignee (Owner): User assigned to resolve this issue - createdAt (DateTime): When the issue was first identified - updatedAt (DateTime): When the issue was last modified - remediationSteps (RemediationStep): Steps required to remediate this issue - agent (Agent): The agent where this issue was identified - policy (Policy): The policy that generated this issue - findings (Finding): Findings that are associated with this issue - detections (Detection): Runtime detections that are associated with this issue - graph (EvidenceGraph): Graph showing data flow related to this issue (DataSource → Agent → Tool → Policy) - timeframe (TimeRange): Timeframe of activities related to this issue. Returns null if not available.