Security Center Management v1 API - Class UpdateSecurityHealthAnalyticsCustomModuleRequest (1.0.0)

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

Reference documentation and code samples for the Security Center Management v1 API class UpdateSecurityHealthAnalyticsCustomModuleRequest.

Message for updating a SecurityHealthAnalyticsCustomModule

Inheritance

object > UpdateSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.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 resource being updated

Property Value
Type Description
SecurityHealthAnalyticsCustomModule

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.

Property Value
Type Description
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. When set to true, only validations (including IAM checks) will done for the request (module will not be updated). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually update the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or

  1. A failure occurred while trying to update the module.
Property Value
Type Description
bool