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."],[[["The webpage documents various versions of the `CreateFindingRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, with version 3.24.0 being the latest."],["The `CreateFindingRequest` class is used to create a finding and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["Key properties of `CreateFindingRequest` include `Finding`, `FindingId`, `Parent`, and `ParentAsSourceName`, which are essential for defining and locating the finding within a security context."],["The `CreateFindingRequest` class requires a `Finding` to be created, a unique `FindingId`, and the `Parent` resource name, which follows the format \"organizations/[organization_id]/sources/[source_id]\"."],["The `CreateFindingRequest` class also has a method to use the `SourceName`-typed view over the `Parent` resource name property, shown as `ParentAsSourceName`."]]],[]]