mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-23 06:13:41 +00:00
Update recommendation.md
This commit is contained in:
@ -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 |
|
||||||
|
Reference in New Issue
Block a user