Skip to main content

List suppression rules

Every suppression rule has a type indicating scope (aka suppression type) and details on the scope. Resources answering the scope of the suppression will not return an error on a misconfigured resource and will appear as "suppressed". The possible suppression scopes are: Policy - The entire policy is turned off. Account - Resources in specific accounts or repositories are suppressed. Tags - Resource with specific set tags are suppressed. Resources- Resource by specific IDs are suppressed.

Responses

Returns all the suppressions


Schema
  • Array [
  • anyOf

  • accountIds string[] required
  • suppressionType string required

    Possible values: [Accounts]

  • policyId string required
  • comment string required
  • creationDate string
  • id string required
  • ]
  • Loading...