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

incidentAffectedResource

Examples

type IncidentAffectedResource {
  resourceName: String!
  kind: AffectedResourceKind!
  resourceDetail: String
  appName: String
  appId: String
  appType: String
  resourceOwner: String
  hitIndicatorValues: [String!]!
  openIssues: Int!
  resolvedIssues: Int!
  sbomCount: Int!
  activeRows: Int!
  isRunning: Boolean!
  cloudRunState: CloudRunState!
  isCloudDeployed: Boolean!
  isPublic: Boolean!
  isInternetExposed: Boolean!
  status: AffectedResourceStatus!
  isStale: Boolean!
  latestAsOf: DateTime
  lastCodeActivity: DateTime
  imageCreatedAt: DateTime
  imageSha: String
  cloudProvider: String
  cloudAccountId: String
  cloudAccountName: String
  cloudRegions: [String!]
  cloudClusterNames: [String!]
  cloudImageCount: Int
  imageCount: Int
}

Fields

Field
Description
Supported fields

resourceName String!

resourceDetail String

appName String

appId String

appType String

resourceOwner String

hitIndicatorValues [String!]!

openIssues Int!

resolvedIssues Int!

sbomCount Int!

activeRows Int!

isRunning Boolean!

cloudRunState CloudRunState!

isCloudDeployed Boolean!

isPublic Boolean!

isInternetExposed Boolean!

isStale Boolean!

latestAsOf DateTime

lastCodeActivity DateTime

imageCreatedAt DateTime

imageSha String

cloudProvider String

cloudAccountId String

cloudAccountName String

cloudRegions [String!]

cloudClusterNames [String!]

cloudImageCount Int

imageCount Int

References

Fields with this object:

Last updated