Class: Google::Cloud::SecurityCenter::V1::UpdateSecurityHealthAnalyticsCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::UpdateSecurityHealthAnalyticsCustomModuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for updating Security Health Analytics custom modules.
Instance Attribute Summary collapse
-
#security_health_analytics_custom_module ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#security_health_analytics_custom_module ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Returns Required. The SecurityHealthAnalytics custom module to update.
1769 1770 1771 1772 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1769 class UpdateSecurityHealthAnalyticsCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. The only fields that can be updated are
enablement_state
and custom_config
. If empty or set to the wildcard
value *
, both enablement_state
and custom_config
are updated.
1769 1770 1771 1772 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1769 class UpdateSecurityHealthAnalyticsCustomModuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |