public sealed class CreateFindingRequest : IMessage<CreateFindingRequest>, IEquatable<CreateFindingRequest>, IDeepCloneable<CreateFindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CreateFindingRequest.
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 provides reference information for the `CreateFindingRequest` class within the Google Cloud Security Command Center v1 API, specifically for .NET."],["The `CreateFindingRequest` class is used to create a finding within the Security Command Center, and it inherits from the `object` class, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class's primary functions are to create a new finding, requiring properties such as `Finding`, `FindingId`, and `Parent` to be set, with `Parent` accepting a format like \"organizations/[organization_id]/sources/[source_id]\"."],["The latest version available is 3.24.0, with the listing encompassing multiple versions of the API class, dating down to version 2.2.0."],["Two constructors are available for the class: `CreateFindingRequest()` for standard creation and `CreateFindingRequest(CreateFindingRequest other)` for creating a copy of an existing finding request."]]],[]]