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 page details the `CreateFindingRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for creating a finding in the Security Center API."],["The latest version of the API documentation for `CreateFindingRequest` is 3.24.0, with a list of versions dating back to version 2.2.0 available on this page."],["The `CreateFindingRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The `CreateFindingRequest` class contains properties such as `Finding`, `FindingId`, `Parent`, and `ParentAsSourceName`, which are required to provide information for creating a finding, including the unique identifier, and the parent resource name."],["Two constructors are available, a default constructor, and a second that accepts a `CreateFindingRequest` as a parameter."]]],[]]