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.
Implements
IMessageUpdateSecurityHealthAnalyticsCustomModuleRequest, IEquatableUpdateSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableUpdateSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
UpdateSecurityHealthAnalyticsCustomModuleRequest()
public UpdateSecurityHealthAnalyticsCustomModuleRequest()
UpdateSecurityHealthAnalyticsCustomModuleRequest(UpdateSecurityHealthAnalyticsCustomModuleRequest)
public UpdateSecurityHealthAnalyticsCustomModuleRequest(UpdateSecurityHealthAnalyticsCustomModuleRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSecurityHealthAnalyticsCustomModuleRequest |
Properties
SecurityHealthAnalyticsCustomModule
public SecurityHealthAnalyticsCustomModule SecurityHealthAnalyticsCustomModule { get; set; }
Required. The SecurityHealthAnalytics custom module to update.
Property Value | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModule |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |