View Source GitHub.SecretScanning.Alert (GitHub REST API Client v0.2.0)
Provides struct and type for a SecretScanning.Alert
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.SecretScanning.Alert{ __info__: map(), created_at: DateTime.t() | nil, html_url: String.t() | nil, locations_url: String.t() | nil, number: integer() | nil, push_protection_bypassed: boolean() | nil, push_protection_bypassed_at: DateTime.t() | nil, push_protection_bypassed_by: GitHub.User.simple() | nil, resolution: String.t() | nil, resolution_comment: String.t() | nil, resolved_at: DateTime.t() | nil, resolved_by: GitHub.User.simple() | nil, secret: String.t() | nil, secret_type: String.t() | nil, secret_type_display_name: String.t() | nil, state: String.t() | nil, updated_at: DateTime.t() | nil, url: String.t() | nil }