Class: Google::Cloud::SecurityCenter::V1p1beta1::NotificationMessage
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::NotificationMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/notification_message.rb
Overview
Security Command Center's Notification
Instance Attribute Summary collapse
-
#finding ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Finding
If it's a Finding based notification config, this field will be populated.
-
#notification_config_name ⇒ ::String
Name of the notification config that generated current notification.
-
#resource ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Resource
The Cloud resource tied to the notification.
Instance Attribute Details
#finding ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Finding
Returns If it's a Finding based notification config, this field will be populated.
35 36 37 38 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/notification_message.rb', line 35 class NotificationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notification_config_name ⇒ ::String
Returns Name of the notification config that generated current notification.
35 36 37 38 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/notification_message.rb', line 35 class NotificationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Resource
Returns The Cloud resource tied to the notification.
35 36 37 38 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/notification_message.rb', line 35 class NotificationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |