public sealed class CreateFindingRequest : IMessage<CreateFindingRequest>, IEquatable<CreateFindingRequest>, IDeepCloneable<CreateFindingRequest>, IBufferMessage, IMessage
Required. Unique identifier provided by the client within the parent scope.
It must be alphanumeric and less than or equal to 32 characters and
greater than 0 characters in length.
[[["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 outlines the `CreateFindingRequest` class, which is used to create a finding within the Google Cloud Security Center."],["The latest version available is 3.24.0, with many prior versions available, down to 2.2.0."],["`CreateFindingRequest` inherits from the base Object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor with no parameter and another one that takes a `CreateFindingRequest` as a parameter, and properties for `Finding`, `FindingId`, `Parent`, and `ParentAsSourceName`."],["Creating a finding with this class requires setting the `Finding`, `FindingId`, and `Parent`, where `Parent` is the resource name of the finding's parent, the `Finding` is the finding being created and the `FindingId` is the unique identifier."]]],[]]