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

remediationAvailableFix

Examples

type RemediationAvailableFix {
  issueId: String!
  title: String!
  severity: String
  category: String
  resourceName: String
  appName: String
  fixType: String
  hitIndicatorValues: [String!]!
}

Fields

Field
Description
Supported fields

issueId String!

title String!

severity String

category String

resourceName String

appName String

fixType String

hitIndicatorValues [String!]!

References

Fields with this object:

Last updated