public sealed class SetMuteRequest : IMessage<SetMuteRequest>, IEquatable<SetMuteRequest>, IDeepCloneable<SetMuteRequest>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class SetMuteRequest.
Request message for updating a finding's mute status.
Implements
IMessageSetMuteRequest, IEquatableSetMuteRequest, IDeepCloneableSetMuteRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
SetMuteRequest()
public SetMuteRequest()SetMuteRequest(SetMuteRequest)
public SetMuteRequest(SetMuteRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        SetMuteRequest | 
      
Properties
FindingName
public FindingName FindingName { get; set; }FindingName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
FindingName | 
        |
Mute
public Finding.Types.Mute Mute { get; set; }Required. The desired state of the Mute.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
string | 
        |