recommendationType
Last updated
Recommendation entry for a specific remediation method.
type RecommendationType {
type: String
steps: [RecommendationStep]
}type String
The remediation method type (e.g., GUI, CLI, Terraform)
steps [RecommendationStep]
Structured remediation steps
title String
command String
postCommandExplanation String
Last updated
