Security Command Center v2 API - Class UpdateMuteConfigRequest (1.0.0-beta03)

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

Reference documentation and code samples for the Security Command Center v2 API class UpdateMuteConfigRequest.

Request message for updating a mute config.

Inheritance

object > UpdateMuteConfigRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

UpdateMuteConfigRequest()

public UpdateMuteConfigRequest()

UpdateMuteConfigRequest(UpdateMuteConfigRequest)

public UpdateMuteConfigRequest(UpdateMuteConfigRequest other)
Parameter
Name Description
other UpdateMuteConfigRequest

Properties

MuteConfig

public MuteConfig MuteConfig { get; set; }

Required. The mute config being updated.

Property Value
Type Description
MuteConfig

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