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

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

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

Request message for updating a finding's mute status.

Inheritance

object > SetMuteRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SetMuteRequest()

public SetMuteRequest()

SetMuteRequest(SetMuteRequest)

public SetMuteRequest(SetMuteRequest other)
Parameter
NameDescription
otherSetMuteRequest

Properties

FindingName

public FindingName FindingName { get; set; }

FindingName-typed view over the Name resource name property.

Property Value
TypeDescription
FindingName

Mute

public Finding.Types.Mute Mute { get; set; }

Required. The desired state of the Mute.

Property Value
TypeDescription
FindingTypesMute

Name

public string Name { get; set; }

Required. The relative resource name of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".

Property Value
TypeDescription
string