# InventoryAccessChannel **Type:** GraphQL objects ## Fields - id (ID) - externalId (ID) - name (String) - type (String) - enabled (Boolean) - environment (Environment, Not Null): undefined - externalId (ID) - id (ID) - name (String) - envType (EnvironmentType) - createdAt (DateTime) - updatedAt (DateTime) - metadata (JSON) - agent (InventoryAgent, Not Null): undefined - id (ID) - externalId (ID) - name (String) - platform (Platform) - findings (Finding): undefined - id (ID): Unique identifier for the finding - title (String): Brief title describing the finding - type (FindingType): Type of the finding - evidence (JSON): Evidence or reference links supporting the finding - detectedAt (DateTime): When the finding was detected - issuesCount (Int): Number of active issues linked to this finding - issues (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. - detections (DetectionTypeAggregation): undefined - id (ID) - type (DetectionType) - count (Int)