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 webpage details the `CreateFindingRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for creating new findings in the Security Center."],["The `CreateFindingRequest` class has multiple versions available, ranging from version 2.2.0 to the latest version 3.24.0, with version 2.11.0 being specifically highlighted."],["The `CreateFindingRequest` class inherits from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateFindingRequest` class includes properties such as `Finding`, `FindingId`, and `Parent`, with `Finding` being the finding to be created, `FindingId` a unique client-provided identifier, and `Parent` the resource name of the new finding's parent."],["The class is made of two constructors, one with no parameter, and one taking the class itself as a parameter."]]],[]]