Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

FlowStatusFilterOutput

in
[FlowStatus!],non-null
Sample
{ "in": [ "ACTIVE" ] }

FlowModeFilterOutput

in
[FlowMode!],non-null
Sample
{ "in": [ "SYNC" ] }
Referenced in

FlowAgentFilterOutput

Sample
{ "id": { "__typename": "StringFilterOutput" }, "name": { "__typename": "StringFilterOutput" } }

FlowFilterOutput

search
String
hasExternalTrigger
Sample
{ "id": { "__typename": "StringFilterOutput" }, "search": "Example String", "status": { "__typename": "FlowStatusFilterOutput" }, "platform": { "__typename": "PlatformFilterOutput" }, "environment": { "__typename": "EnvironmentFilterOutput" }, "owner": { "__typename": "OwnerFilterOutput" }, "mode": { "__typename": "FlowModeFilterOutput" }, "hasExternalTrigger": { "__typename": "BooleanFilterOutput" }, "severity": { "__typename": "SeverityFilterOutput" }, "findings": { "__typename": "FindingFilterOutput" }, "agents": { "__typename": "FlowAgentFilterOutput" }, "createdAt": { "__typename": "DateTimeFilterOutput" }, "updatedAt": { "__typename": "DateTimeFilterOutput" } }

Tool

externalId
ID!,non-null
id
ID!,non-null
type
String!,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", "type": "Example String", "name": "Example String", "enabled": true, "issues": [ { "__typename": "Issue" } ], "findings": [ { "__typename": "Finding" } ] }
Referenced in

DataSource

externalId
ID!,non-null
id
ID!,non-null
name
String
enabled
Boolean!,non-null
issues
[Issue!],non-null
type
String!,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" } ], "type": "Example String", "findings": [ { "__typename": "Finding" } ] }

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

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview