Class: Google::Cloud::SecurityCenter::V1::UpdateSecurityHealthAnalyticsCustomModuleRequest

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

Instance Attribute Details

#security_health_analytics_custom_module::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule

Returns Required. The SecurityHealthAnalytics custom module to update.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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