public sealed class SecurityProjection : IMessage<SecurityProjection>, IEquatable<SecurityProjection>, IDeepCloneable<SecurityProjection>, IBufferMessage, IMessage
Contains various ways of describing the impact on Security.
[[["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 `SecurityProjection` class, found within the `Google.Cloud.Recommender.V1` namespace, outlines various ways to describe security impacts and is part of the Google Cloud Recommender service."],["Version 3.7.0 is the latest version of the library, with prior versions available for use and documentation, ranging from 2.5.0 up to the current version."],["The `SecurityProjection` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `SecurityProjection` class includes a `Details` property, which is a `Struct` type that allows for additional security impact details to be provided by the recommender."]]],[]]