View Source GitHub.Organization.SecretScanningAlert (GitHub REST API Client v0.3.1)

Provides struct and type for a Organization.SecretScanningAlert

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Organization.SecretScanningAlert{
  __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,
  repository: GitHub.Repository.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,
  validity: String.t() | nil
}