For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentEvidenceItem

Examples

type IncidentEvidenceItem {
  id: String!
  incidentId: String!
  category: EvidenceCategory!
  state: EvidenceState!
  severity: IncidentSeverity
  title: String!
  resourceName: String!
  resourceDetail: String
  pipelineOutcome: PipelineOutcome
  targetBranch: String
  appName: String
  appType: String
  hitIndicatorValues: [String!]!
  isRunning: Boolean
  isInternetExposed: Boolean
  dependencyType: EvidenceDependencyType
  pinState: String
  stateReason: String
  externalUrl: String
  asOf: DateTime!
  developerEmail: String
  resourceOwner: String
  issueId: String
  sbomAppId: String
  sbomLibrary: String
  isFixAvailable: Boolean
  hasTicket: Boolean
  commentCount: Int
  isGptAvailable: Boolean
  isExcluded: Boolean
}

Fields

Field
Description
Supported fields

id String!

incidentId String!

title String!

resourceName String!

resourceDetail String

pipelineOutcome PipelineOutcome

targetBranch String

appName String

appType String

hitIndicatorValues [String!]!

isRunning Boolean

isInternetExposed Boolean

dependencyType EvidenceDependencyType

pinState String

stateReason String

externalUrl String

asOf DateTime!

developerEmail String

resourceOwner String

issueId String

sbomAppId String

sbomLibrary String

isFixAvailable Boolean

hasTicket Boolean

commentCount Int

isGptAvailable Boolean

isExcluded Boolean

References

Fields with this object:

Last updated