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, covering versions from 2.2.0 up to the latest version 3.24.0."],["`CreateFindingRequest` is used to send a request to create a finding and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either default or by copying another `CreateFindingRequest`, such as the `CreateFindingRequest()` and `CreateFindingRequest(CreateFindingRequest other)` constructors."],["The `CreateFindingRequest` class contains properties `Finding`, `FindingId`, `Parent`, and `ParentAsSourceName`, which define the finding being created, the unique identifier, the parent resource, and a `SourceName`-typed view of the parent, respectively."],["The `Finding` property is required, the name and security marks within the finding will be ignored, and the `FindingId` property must be less than or equal to 32 characters."]]],[]]