# code-scanning-alert-dismissed-at

From **GitHub v3 REST API**.

The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.

- Type: `string`
- Format: `date-time`
- Nullable: true

## JSON Schema

```json
{"description":"The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.","format":"date-time","nullable":true,"readOnly":true,"type":"string"}
```
