| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| copyable | BOOLEAN | Indicates if this signature is able to be copied or not | [optional] |
| created_at | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| description | String | The description of the signature | [optional] |
| identifier | String | The identifier of the signature | [optional] |
| name | String | The name of the signature | [optional] |
| resolution | String | Details for how to resolve this signature | [optional] |
| risk_level | String | The risk-level of the problem identified by the signature. Valid values are low, medium, high | [optional] |
| supports_user_attribution | BOOLEAN | Indicates if this signature supports user attribution or not | [optional] |
| updated_at | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| custom_risk_level | String | The custom risk-level of the problem identified by the signature for this external_account. Valid values are low, medium, high | [optional] |
| service | Service | Associated Service | [optional] |
| service_id | Integer | Associated Service ID | [optional] |
| disabled_external_accounts | Array<ExternalAccount> | Associated Disabled External Accounts | [optional] |
| suppressions | Array<Suppression> | Associated Suppressions | [optional] |
| suppression_ids | Array<Integer> | Associated Suppressions IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.