Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

AccessChannel

externalId
ID!,non-null
id
ID!,non-null
name
String
enabled
Boolean!,non-null
issues
[Issue!],non-null
findings
[Finding!],non-null

Implements interfaces

Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "enabled": true, "issues": [ { "__typename": "Issue" } ], "findings": [ { "__typename": "Finding" } ] }

FindingNode

id
ID!,non-null
name
String!,non-null
title
String!,non-null
type
FindingType!,non-null
evidence
createdAt
DateTime!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "title": "Example String", "type": "INSTRUCTIONS_NOT_CLEAR", "evidence": "Example Custom Scalar", "createdAt": "Example Custom Scalar" }
Referenced in

DetectionNode

id
ID!,non-null
name
String!,non-null
title
String!,non-null
type
detectedAt
DateTime!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "title": "Example String", "type": "PII_LEAKAGE", "detectedAt": "Example Custom Scalar" }
Referenced in

SessionNode

id
ID!,non-null
name
String!,non-null
sessionId
String!,non-null
startedAt
DateTime!,non-null
activities

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "sessionId": "Example String", "startedAt": "Example Custom Scalar", "activities": [ { "__typename": "PolicyEvaluatedActivity" } ] }
Referenced in

AgentNode

id
ID!,non-null
name
String!,non-null
platform
Platform!,non-null
updatedAt

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "platform": { "__typename": "Platform" }, "updatedAt": "Example Custom Scalar" }
Referenced in

ToolNode

id
ID!,non-null
name
String!,non-null
toolType
String!,non-null
enabled
Boolean!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "toolType": "Example String", "enabled": true }
Referenced in

DataSourceNode

id
ID!,non-null
name
String!,non-null
dataSourceType
String!,non-null
enabled
Boolean!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "dataSourceType": "Example String", "enabled": true }
Referenced in

AccessChannelNode

id
ID!,non-null
name
String!,non-null
enabled
Boolean!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "enabled": true }
Referenced in

InventoryCategory

count
Int!,non-null
Sample
{ "name": "AGENTS", "count": 40 }

InventoryCategoriesResponse

categories
Sample
{ "categories": [ { "__typename": "InventoryCategory" } ] }

InventoryAgent

id
ID!,non-null
externalId
ID!,non-null
name
String!,non-null
platform
Platform!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "platform": { "__typename": "Platform" } }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview