openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# SecretScanningAlertWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | Option<**i32**> | The security alert number. | [optional][readonly]
**created_at** | Option<**String**> | The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. | [optional][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** | Option<**String**> | The REST API URL of the alert resource. | [optional][readonly]
**html_url** | Option<**String**> | The GitHub URL of the alert resource. | [optional][readonly]
**locations_url** | Option<**String**> | The REST API URL of the code locations for this alert. | [optional]
**resolution** | Option<[**models::SecretScanningAlertResolutionWebhook**]secret-scanning-alert-resolution-webhook.md> |  | [optional]
**resolved_at** | Option<**String**> | The time that the alert was resolved in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. | [optional]
**resolved_by** | Option<[**models::NullableSimpleUser**]nullable-simple-user.md> |  | [optional]
**resolution_comment** | Option<**String**> | An optional comment to resolve an alert. | [optional]
**secret_type** | Option<**String**> | The type of secret that secret scanning detected. | [optional]
**validity** | Option<**String**> | The token status as of the latest validity check. | [optional]
**push_protection_bypassed** | Option<**bool**> | Whether push protection was bypassed for the detected secret. | [optional]
**push_protection_bypassed_by** | Option<[**models::NullableSimpleUser**]nullable-simple-user.md> |  | [optional]
**push_protection_bypassed_at** | Option<**String**> | The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)