recommendationStep

A single step within a remediation recommendation.

Examples

type RecommendationStep {
  title: String
  command: String
  postCommandExplanation: String
}

Fields

Field
Description
Supported fields

title String

Descriptive title for this step

command String

Runnable command (CLI command or Terraform code block)

postCommandExplanation String

Explanation shown after the command

References

Fields with this object:

Last updated