assessmentRecommendations property
Map<String, GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation> ?
assessmentRecommendations
getter/setter pair
The recommendations of the assessment.
The key is the "name" of the assessment (not display_name), and the value are the recommendations.
Implementation
core.Map<core.String,
GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation>?
assessmentRecommendations;