View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation (google_api_apigee v0.53.0)
The message format of a recommendation from the assessment.
Attributes
-
displayName(type:String.t, default:nil) - The display name of the assessment. -
recommendations(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation.t), default:nil) - The recommended steps of the assessment. -
scoreImpact(type:integer(), default:nil) - Score impact indicates the impact on the overall score if the assessment were to pass. -
verdict(type:String.t, default:nil) - Verdict indicates the assessment result. -
weight(type:String.t, default:nil) - The weight of the assessment which was set in the profile.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation{ displayName: String.t() | nil, recommendations: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation.t() ] | nil, scoreImpact: integer() | nil, verdict: String.t() | nil, weight: String.t() | nil }