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.

Recipes
🐍
Output details about each active suppression with Python
Open Recipe
Language
Authorization
Header
Click Try It! to start a request and see the response here!