OBJECT

GuardrailsAccountSummary

Guardrails account summary - captures counts of different drift types

link GraphQL Schema definition

  • type GuardrailsAccountSummary {
  • # Total enforcements states that have failed
  • failedStates: Int!
  • # Total configuration drifts that have been fixed/resolved
  • mitigatedDrifts: Int!
  • # Total configuration drifts that have been detected
  • monitoredDrifts: Int!
  • }