OBJECT

GuardrailsDesiredStateRunSummary

Guardrails desired state run summary

link GraphQL Schema definition

  • type GuardrailsDesiredStateRunSummary {
  • # total enforced states associated with a desired state run where drift was
  • # observed
  • driftedStates: Int
  • # total failed enforced states associated with a desired state run
  • failedStates: Int
  • # total enforced states associated with a desired state run
  • totalStates: Int
  • }