createIncidentInput
Examples
input CreateIncidentInput {
name: String!
description: String
type: IncidentType!
severity: IncidentSeverity!
indicators: [IndicatorInput!]
owner: String
assignToMe: Boolean
autoExpandFromSource: Boolean
externalReferences: [String!]
sourcePublishedAt: DateTime
settings: IncidentSettingsInput
isOxDeclared: Boolean
}Fields
Field
Description
Supported fields
References
Mutations using this object:
Last updated
