Class UpdateEventThreatDetectionCustomModuleRequest (0.1.17)

UpdateEventThreatDetectionCustomModuleRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for updating a EventThreatDetectionCustomModule

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The fields to update. If omitted, then all fields are updated.
event_threat_detection_custom_module google.cloud.securitycentermanagement_v1.types.EventThreatDetectionCustomModule
Required. The module being updated.
validate_only bool
Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid. If the request is valid, a subsequent request to update the module could still fail for one of the following reasons: - The state of your cloud resources changed; for example, you lost a required IAM permission - An error occurred during creation of the module Defaults to false.