public sealed class UpdateEventThreatDetectionCustomModuleRequest : IMessage<UpdateEventThreatDetectionCustomModuleRequest>, IEquatable<UpdateEventThreatDetectionCustomModuleRequest>, IDeepCloneable<UpdateEventThreatDetectionCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Center Management v1 API class UpdateEventThreatDetectionCustomModuleRequest.
Message for updating a EventThreatDetectionCustomModule
Implements
IMessageUpdateEventThreatDetectionCustomModuleRequest, IEquatableUpdateEventThreatDetectionCustomModuleRequest, IDeepCloneableUpdateEventThreatDetectionCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
UpdateEventThreatDetectionCustomModuleRequest()
public UpdateEventThreatDetectionCustomModuleRequest()
UpdateEventThreatDetectionCustomModuleRequest(UpdateEventThreatDetectionCustomModuleRequest)
public UpdateEventThreatDetectionCustomModuleRequest(UpdateEventThreatDetectionCustomModuleRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateEventThreatDetectionCustomModuleRequest |
Properties
EventThreatDetectionCustomModule
public EventThreatDetectionCustomModule EventThreatDetectionCustomModule { get; set; }
Required. The module being updated.
Property Value | |
---|---|
Type | Description |
EventThreatDetectionCustomModule |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The fields to update. If omitted, then all fields are updated.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
bool |