UpdateSecurityHealthAnalyticsCustomModuleRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for SecurityCenterManagement.UpdateSecurityHealthAnalyticsCustomModule.
Attributes |
|
---|---|
Name | Description |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. The fields to update. The following values are valid: - custom_config
- enablement_state
If you omit this field or set it to the wildcard value
* , then all eligible fields are updated.
|
security_health_analytics_custom_module |
google.cloud.securitycentermanagement_v1.types.SecurityHealthAnalyticsCustomModule
Required. The resource 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 .
|