recommendationType

Recommendation entry for a specific remediation method.

Examples

type RecommendationType {
  type: String
  steps: [RecommendationStep]
}

Fields

Field
Description
Supported fields

type String

The remediation method type (e.g., GUI, CLI, Terraform)

Structured remediation steps

title String command String postCommandExplanation String

References

Fields with this object:

Last updated