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

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

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

Request message for updating a mute config.

Inheritance

object > UpdateMuteConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateMuteConfigRequest()

public UpdateMuteConfigRequest()

UpdateMuteConfigRequest(UpdateMuteConfigRequest)

public UpdateMuteConfigRequest(UpdateMuteConfigRequest other)
Parameter
NameDescription
otherUpdateMuteConfigRequest

Properties

MuteConfig

public MuteConfig MuteConfig { get; set; }

Required. The mute config being updated.

Property Value
TypeDescription
MuteConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask