INPUT_OBJECT

GuardrailsRemediationActionInput

Guardrails Remediation Action Input.

link GraphQL Schema definition

  • input GuardrailsRemediationActionInput {
  • # Auto-remediate flag. If enabled the Job will be run automatically when a finding
  • # is generated.
  • autoRemediate: Boolean
  • # Action creation time
  • createdAt: Long
  • # List of Criteria a finding should meet to trigger the Action.
  • criteria: [GuardrailsRemediationCriteriaInput]
  • # Free text description.
  • description: String
  • # Unique identifier of an Action.
  • id: String
  • # Unique identifier for guardrail action
  • jobId: String
  • # name of the action.
  • name: String
  • # Cloud provider
  • provider: String
  • # Is action Published
  • published: Boolean
  • # Action last modification time.
  • updatedAt: Long
  • # WorkerGroup identifier.
  • workerGroupId: String
  • }