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."],[[["The page provides reference documentation for the `CreateFindingRequest` class within the Google Cloud Security Center v1 API, specifically for the .NET environment."],["The documentation covers the implementation details of the `CreateFindingRequest` class, including its inheritance, implemented interfaces, constructors, and properties like `Finding`, `FindingId`, and `Parent`."],["The page also shows the versioning of the Google Cloud Security Center v1 API, providing links to the `CreateFindingRequest` class documentation for multiple versions, with version 3.24.0 being the latest and many prior versions also shown."],["`CreateFindingRequest` is used to create a finding and the documentation details the requirements for its use, such as providing a unique identifier, and specifying the parent resource for the new finding."],["The `CreateFindingRequest` class is shown to implement the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, along with inheriting from `object`."]]],[]]