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, part of the `Google.Cloud.Recommender.V1` namespace, outlines various ways to describe security impacts within the Google Cloud Recommender service."],["Version 3.7.0 is the latest version available, with the documented page also showing version history from 2.5.0 through 3.6.0, as well as the 3.1.0 version it represents."],["`SecurityProjection` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all found within the `Google.Protobuf` namespace."],["The class includes two constructors: a default `SecurityProjection()` and a copy constructor `SecurityProjection(SecurityProjection other)`, which allows for the creation of a new `SecurityProjection` object from an existing one."],["The `Details` property, of type `Struct`, holds additional security impact information provided by the recommender."]]],[]]