Skip to content
Overview
Overview
Overview
Overview
connectionA
String!,non-null
connectionB
String!,non-null
direction
Sample
{ "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB" }
Referenced in
id
ID!,non-null
title
severity
reasoning
String!,non-null
status
IssueStatus!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "title": "Example String", "severity": "LOW", "reasoning": "Example String", "status": "OPEN", "category": "ACCESS" }
name
String!,non-null
type
PlatformType!,non-null
category
description
String!,non-null
Sample
{ "name": "Example String", "type": "COPILOTSTUDIO", "category": "AGENT_ORCHESTRATION", "description": "Example String" }
sessionId
ID!,non-null
type
message
issues
[Issue!],non-null
timestamp
DateTime!,non-null
toolType
Sample
{ "sessionId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "ToolCall", "message": "Example String", "issues": [ { "__typename": "Issue" } ], "timestamp": "Example Custom Scalar", "toolType": "Example String" }
hasNextPage
Boolean!,non-null
Sample
{ "hasNextPage": true }
pageInfo
PageInfo!,non-null
items
[AgentAudit!],non-null
Sample
{ "pageInfo": { "hasNextPage": true }, "items": [ { "__typename": "AgentAudit" } ] }
key
String!,non-null
label
String!,non-null
value
Int!,non-null
Sample
{ "key": "Example String", "label": "Example String", "value": 40 }
owner
Owner!,non-null
count
Int!,non-null
Sample
{ "owner": { "__typename": "Owner" }, "count": 40 }
environment
Environment!,non-null
count
Int!,non-null
Sample
{ "environment": { "__typename": "Environment" }, "count": 40 }
platform
Platform!,non-null
count
Int!,non-null
Sample
{ "platform": { "__typename": "Platform" }, "count": 40 }
accessibility
count
Int!,non-null
Sample
{ "accessibility": "PUBLIC", "count": 40 }
Overview
Overview
Overview