Class: Google::Cloud::SecurityCenter::V1::SecurityBulletin
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::SecurityBulletin
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/vulnerability.rb
Overview
SecurityBulletin are notifications of vulnerabilities of Google products.
Instance Attribute Summary collapse
-
#bulletin_id ⇒ ::String
ID of the bulletin corresponding to the vulnerability.
-
#submission_time ⇒ ::Google::Protobuf::Timestamp
Submission time of this Security Bulletin.
-
#suggested_upgrade_version ⇒ ::String
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version.
Instance Attribute Details
#bulletin_id ⇒ ::String
Returns ID of the bulletin corresponding to the vulnerability.
329 330 331 332 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 329 class SecurityBulletin include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submission_time ⇒ ::Google::Protobuf::Timestamp
Returns Submission time of this Security Bulletin.
329 330 331 332 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 329 class SecurityBulletin include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggested_upgrade_version ⇒ ::String
Returns This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0.
329 330 331 332 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 329 class SecurityBulletin include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |