Class: Google::Cloud::SecurityCenter::V1::SecurityBulletin

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bulletin_id::String

Returns ID of the bulletin corresponding to the vulnerability.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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