Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.99 KB

File metadata and controls

28 lines (24 loc) · 1.99 KB

Suppression

Properties

Name Type Description Notes
id int Unique ID [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
include_new_accounts bool When enabled, automatically adds new accounts to this suppression. This field can only be set by an organization level user. [optional]
reason str The reason for the suppresion [optional]
resource str The resource string this suppression will suppress alerts for [optional]
status str 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 int Associated Organization ID [optional]
created_by User Associated Created By [optional]
created_by_id int Associated Created By ID [optional]
regions list[Region] Associated Regions [optional]
region_ids list[int] Associated Regions IDs [optional]
external_accounts list[ExternalAccount] Associated External Accounts [optional]
external_account_ids list[int] Associated External Accounts IDs [optional]
signatures list[Signature] Associated Signatures [optional]
signature_ids list[int] Associated Signatures IDs [optional]
custom_signatures list[CustomSignature] Associated Custom Signatures [optional]
custom_signature_ids list[int] Associated Custom Signatures IDs [optional]

[Back to Model list] [Back to API list] [Back to README]