| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| createdAt | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| description | String | The description of the custom signature that is displayed on alerts | [optional] |
| identifier | String | The identifier to use for the custom signature. Common format is AWS:- such as AWS:IAM-001 | [optional] |
| includeNewAccounts | Boolean | When enabled, automatically adds new accounts to this signature. This field can only be set by an organization level user. | [optional] |
| name | String | The name of the custom signature | [optional] |
| resolution | String | Details for how to resolve this custom signature that is displayed on alerts | [optional] |
| riskLevel | String | The risk-level of the problem identified by the custom signature. Valid values are low, medium, high | [optional] |
| updatedAt | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| organization | Organization | Associated Organization | [optional] |
| organizationId | Integer | Associated Organization ID | [optional] |
| externalAccounts | List<ExternalAccount> | Associated External Accounts | [optional] |
| externalAccountIds | List<Integer> | Associated External Accounts IDs | [optional] |
| definitions | List<CustomSignatureDefinition> | Associated Definitions | [optional] |
| definitionIds | List<Integer> | Associated Definitions IDs | [optional] |
| suppressions | List<Suppression> | Associated Suppressions | [optional] |
| suppressionIds | List<Integer> | Associated Suppressions IDs | [optional] |
| service | Service | Associated Service | [optional] |
| serviceId | Integer | Associated Service ID | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.