| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| created_at | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| include_new_accounts | BOOLEAN | When enabled, automatically adds new accounts to this suppression. This field can only be set by an organization level user. | [optional] |
| reason | String | The reason for the suppresion | [optional] |
| resource | String | The resource string this suppression will suppress alerts for | [optional] |
| status | String | The status of this suppresion. Valid values are active, inactive | [optional] |
| updated_at | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| organization | Organization | Associated Organization | [optional] |
| organization_id | Integer | Associated Organization ID | [optional] |
| created_by | User | Associated Created By | [optional] |
| created_by_id | Integer | Associated Created By ID | [optional] |
| regions | Array<Region> | Associated Regions | [optional] |
| region_ids | Array<Integer> | Associated Regions IDs | [optional] |
| external_accounts | Array<ExternalAccount> | Associated External Accounts | [optional] |
| external_account_ids | Array<Integer> | Associated External Accounts IDs | [optional] |
| signatures | Array<Signature> | Associated Signatures | [optional] |
| signature_ids | Array<Integer> | Associated Signatures IDs | [optional] |
| custom_signatures | Array<CustomSignature> | Associated Custom Signatures | [optional] |
| custom_signature_ids | Array<Integer> | Associated Custom Signatures IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.