Update recommendation.md

This commit is contained in:
Dulce Montemayor
2020-01-21 14:00:07 -08:00
committed by GitHub
parent b9e4a040a9
commit 7b30a81026

View File

@ -37,23 +37,23 @@ Method |Return Type |Description
## Properties ## Properties
Property | Type | Description Property | Type | Description
:---|:---|:--- :---|:---|:---
id | String | id | String | Recommendation ID
productName | String | productName | String | Related software name
recommendationName | String | recommendationName | String | Recommendation name
Weaknesses | Long | Weaknesses | Long | Number of discovered vulnerabilities
Vendor | String | Vendor | String | Related vendor name
recommendedVersion | String | recommendedVersion | String | Recommended version
recommendationCategory | String | recommendationCategory | String | Recommendation category. Possible values are: “Accounts”, “Application”, “Network”, “OS”, “SecurityStack
subCategory | String | subCategory | String | Recommendation sub-category
severityScore | Double | severityScore | Double | Number of secure score points given
publicExploit | Boolean | publicExploit | Boolean | Public exploit is available
activeAlert | Boolean | activeAlert | Boolean | Active alert is associated with this recommendation
associatedThreats | String collection | associatedThreats | String collection | Threat analytics report is associated with this recommendation
remediationType | String | remediationType | String | Remedation Type. Possible values are: “ConfigurationChange”,“Update”,“Upgrade”,”Uninstall”
Status | Enum | Recommendation exception status. Possible values are: “Active” and “Exception” Status | Enum | Recommendation exception status. Possible values are: “Active” and “Exception”
configScoreImpact | Double | configScoreImpact | Double | Secure score impact
exposureImpacte | Double| exposureImpacte | Double | Exposure score impact
totalMachineCount | Long | totalMachineCount | Long | Number of installed machines
exposedMachinesCount | Long | exposedMachinesCount | Long |
nonProductivityImpactedAssets | Long | nonProductivityImpactedAssets | Long |
relatedComponent | String | relatedComponent | String |