Recommendation interface
A class represent the recommendation.
Properties
recommendation |
The Id of the recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
The short name of the recommendation. e.g. "Invalid TLS config" NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
List of recommendation solutions. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
recommendationId
The Id of the recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationId?: string
Property Value
string
recommendationShortName
The short name of the recommendation. e.g. "Invalid TLS config" NOTE: This property will not be serialized. It can only be populated by the server.
recommendationShortName?: string
Property Value
string
recommendationSolutions
List of recommendation solutions. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationSolutions?: RecommendationSolution[]