Class: Google::Cloud::SecurityCenter::V2::GetNotificationConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GetNotificationConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for getting a notification config.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the notification config to get. The following list shows some examples of the format:
+
organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id]
+
folders/[folder_id]/locations/[location_id]/notificationConfigs/[config_id]
+
projects/[project_id]/locations/[location_id]/notificationConfigs/[config_id]
.
363 364 365 366 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 363 class GetNotificationConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |