public sealed class SetFindingStateRequest : IMessage<SetFindingStateRequest>, IEquatable<SetFindingStateRequest>, IDeepCloneable<SetFindingStateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SetFindingStateRequest.
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}".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `SetFindingStateRequest` class within the Google Cloud Security Center v1 API, including its properties and constructors."],["The `SetFindingStateRequest` class is used to update the state of a finding and is part of the `Google.Cloud.SecurityCenter.V1` namespace in the .NET library."],["The page lists available versions for this document from 3.24.0 (latest) down to version 2.2.0, including the version 3.12.0, under which this specific documentation is categorized."],["Key properties for `SetFindingStateRequest` include `Name` (the resource name of the finding), `State` (the desired state of the finding), `StartTime` (the effective time of the state update), and `FindingName` (typed view over the Name resource name property)."],["This class inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]