Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.71 KB

File metadata and controls

23 lines (18 loc) · 1.71 KB

WebhookCodeScanningAlertReopenedAlert

Properties

Name Type Description Notes
created_at String The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dismissed_at Option<String> The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dismissed_by Option<serde_json::Value>
dismissed_comment Option<String> The dismissal comment associated with the dismissal of the alert. [optional]
dismissed_reason Option<String> The reason for dismissing or closing the alert. Can be one of: false positive, won't fix, and used in tests.
fixed_at Option<serde_json::Value> The time that the alert was fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
html_url String The GitHub URL of the alert resource.
most_recent_instance Option<models::AlertInstance> [optional]
number i32 The code scanning alert number.
rule models::WebhookCodeScanningAlertClosedByUserAlertRule
state Option<String> State of a code scanning alert. Events for alerts found outside the default branch will return a null value until they are dismissed or fixed.
tool models::WebhookCodeScanningAlertClosedByUserAlertTool
url String

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