| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| createdAt | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| includeNewAccounts | 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] |
| updatedAt | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| organization | Organization | Associated Organization | [optional] |
| organizationId | Integer | Associated Organization ID | [optional] |
| createdBy | User | Associated Created By | [optional] |
| createdById | Integer | Associated Created By ID | [optional] |
| regions | List<Region> | Associated Regions | [optional] |
| regionIds | List<Integer> | Associated Regions IDs | [optional] |
| externalAccounts | List<ExternalAccount> | Associated External Accounts | [optional] |
| externalAccountIds | List<Integer> | Associated External Accounts IDs | [optional] |
| signatures | List<Signature> | Associated Signatures | [optional] |
| signatureIds | List<Integer> | Associated Signatures IDs | [optional] |
| customSignatures | List<CustomSignature> | Associated Custom Signatures | [optional] |
| customSignatureIds | List<Integer> | Associated Custom Signatures IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.