Google Cloud Security Command Center v1 API - Class UpdateEventThreatDetectionCustomModuleRequest (3.24.0)

public sealed class UpdateEventThreatDetectionCustomModuleRequest : IMessage<UpdateEventThreatDetectionCustomModuleRequest>, IEquatable<UpdateEventThreatDetectionCustomModuleRequest>, IDeepCloneable<UpdateEventThreatDetectionCustomModuleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateEventThreatDetectionCustomModuleRequest.

Request to update an Event Threat Detection custom module.

Inheritance

object > UpdateEventThreatDetectionCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.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; }

The list of fields to be updated. If empty all mutable fields will be updated.

Property Value
Type Description
FieldMask