Security Command Center v2 API - Class SetMuteRequest (1.0.0-beta01)

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

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

Request message for updating a finding's mute status.

Inheritance

object > SetMuteRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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. If no location is specified, finding is assumed to be in global. The following list shows some examples:

+ organizations/{organization_id}/sources/{source_id}/findings/{finding_id} + organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}

  • folders/{folder_id}/sources/{source_id}/findings/{finding_id} + folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
  • projects/{project_id}/sources/{source_id}/findings/{finding_id} + projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
Property Value
TypeDescription
string