GoogleApi.SecurityCenter.V1.Model.SecurityBulletin (google_api_security_center v0.39.0)
View SourceSecurityBulletin are notifications of vulnerabilities of Google products.
Attributes
-
bulletinId
(type:String.t
, default:nil
) - ID of the bulletin corresponding to the vulnerability. -
submissionTime
(type:DateTime.t
, default:nil
) - Submission time of this Security Bulletin. -
suggestedUpgradeVersion
(type:String.t
, default:nil
) - This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.SecurityBulletin{ bulletinId: String.t() | nil, submissionTime: DateTime.t() | nil, suggestedUpgradeVersion: String.t() | nil }