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, specifically for version 3.20.0 and its corresponding .NET implementation."],["The `SetFindingStateRequest` class is used to update the state of a finding and is part of the Google.Cloud.SecurityCenter.V1 namespace, contained within the Google.Cloud.SecurityCenter.V1.dll assembly."],["There is an extensive list of available versions ranging from 3.24.0 (latest) all the way back to 2.2.0, each with their own specific documentation for the `SetFindingStateRequest`."],["The class `SetFindingStateRequest` inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces, and it has properties such as `FindingName`, `Name`, `StartTime`, and `State` for the handling of its data."],["The class can be constructed either using an empty constructor, or by passing another existing `SetFindingStateRequest` to create a new one, and it is specifically used for requests that update a finding's state within the Security Command Center."]]],[]]