Added TVM references

This commit is contained in:
Dulce Montemayor
2020-01-29 12:54:21 -08:00
committed by GitHub
parent 9e2772f1ba
commit 55894f5ccc

View File

@ -25,7 +25,7 @@ ms.topic: article
Retrieves a list of vulnerabilities associated with the security recommendation. Retrieves a list of vulnerabilities associated with the security recommendation.
## Permissions ## Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Microsoft Defender ATP APIs](apis-intro.md) One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Microsoft Defender ATP APIs](apis-intro.md) for details.
Permission type | Permission | Permission display name Permission type | Permission | Permission display name
:---|:---|:--- :---|:---|:---
@ -84,7 +84,11 @@ Content-type: json
"exploitInKit": false, "exploitInKit": false,
"exploitTypes": [], "exploitTypes": [],
"exploitUris": [] "exploitUris": []
}, }
]
} }
``` ```
## Related topics
- [Risk-based Threat & Vulnerability Management](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/next-gen-threat-and-vuln-mgt)
- [Threat & Vulnerability security recommendation](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/tvm-security-recommendation)