Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2 KB

File metadata and controls

26 lines (21 loc) · 2 KB

CodeScanningAlertItems

Properties

Name Type Description Notes
number i32 The security alert number. [readonly]
created_at String The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [readonly]
updated_at Option<String> The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional][readonly]
url String The REST API URL of the alert resource. [readonly]
html_url String The GitHub URL of the alert resource. [readonly]
instances_url String The REST API URL for fetching the list of instances for an alert. [readonly]
state Option<models::CodeScanningAlertState>
fixed_at Option<String> The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional][readonly]
dismissed_by Option<models::NullableSimpleUser>
dismissed_at Option<String> The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [readonly]
dismissed_reason Option<models::CodeScanningAlertDismissedReason>
dismissed_comment Option<String> The dismissal comment associated with the dismissal of the alert. [optional]
rule models::CodeScanningAlertRuleSummary
tool models::CodeScanningAnalysisTool
most_recent_instance models::CodeScanningAlertInstance
dismissal_approved_by Option<models::NullableSimpleUser> [optional]

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