Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateSecurityHealthAnalyticsCustomModuleRequest.
Request message for updating Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#security_health_analytics_custom_module
def security_health_analytics_custom_module() -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. The SecurityHealthAnalytics custom module to update.
#security_health_analytics_custom_module=
def security_health_analytics_custom_module=(value) -> ::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule
Parameter
- value (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. The SecurityHealthAnalytics custom module to update.
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule) — Required. The SecurityHealthAnalytics custom module to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — The list of fields to be updated. The only fields that can be updated are
enablement_state
andcustom_config
. If empty or set to the wildcard value*
, bothenablement_state
andcustom_config
are updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — The list of fields to be updated. The only fields that can be updated are
enablement_state
andcustom_config
. If empty or set to the wildcard value*
, bothenablement_state
andcustom_config
are updated.
Returns
-
(::Google::Protobuf::FieldMask) — The list of fields to be updated. The only fields that can be updated are
enablement_state
andcustom_config
. If empty or set to the wildcard value*
, bothenablement_state
andcustom_config
are updated.