Google Cloud Security Command Center v1 API - Class UpdateSecurityHealthAnalyticsCustomModuleRequest (3.20.0)

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

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

Request message for updating Security Health Analytics custom modules.

Inheritance

object > UpdateSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateSecurityHealthAnalyticsCustomModuleRequest()

public UpdateSecurityHealthAnalyticsCustomModuleRequest()

UpdateSecurityHealthAnalyticsCustomModuleRequest(UpdateSecurityHealthAnalyticsCustomModuleRequest)

public UpdateSecurityHealthAnalyticsCustomModuleRequest(UpdateSecurityHealthAnalyticsCustomModuleRequest other)
Parameter
NameDescription
otherUpdateSecurityHealthAnalyticsCustomModuleRequest

Properties

SecurityHealthAnalyticsCustomModule

public SecurityHealthAnalyticsCustomModule SecurityHealthAnalyticsCustomModule { get; set; }

Required. The SecurityHealthAnalytics custom module to update.

Property Value
TypeDescription
SecurityHealthAnalyticsCustomModule

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to update.

Property Value
TypeDescription
FieldMask