public sealed class SetMuteRequest : IMessage<SetMuteRequest>, IEquatable<SetMuteRequest>, IDeepCloneable<SetMuteRequest>, IBufferMessage, IMessageRequest message for updating a finding's mute status.
Implements
IMessage<SetMuteRequest>, IEquatable<SetMuteRequest>, IDeepCloneable<SetMuteRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
Finding.Types.Mute |
|
Name
public string Name { get; set; }Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}", "folders/{folder_id}/sources/{source_id}/finding/{finding_id}", "projects/{project_id}/sources/{source_id}/finding/{finding_id}".
| Property Value | |
|---|---|
| Type | Description |
String |
|