Basic Acrolinx corrections for spelling or terminology

This commit is contained in:
Gary Moore 2021-02-16 13:43:24 -08:00
parent 80ee9a3138
commit 56a27bb880
4 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ GET /api/Software/{Id}/vulnerabilities
Empty Empty
## Response ## Response
If successful, this method returns 200 OK with a a list of vulnerabilities exposed by the specified software. If successful, this method returns 200 OK with a list of vulnerabilities exposed by the specified software.
## Example ## Example

View File

@ -1,5 +1,5 @@
--- ---
title: Get vulnerability by Id title: Get vulnerability by ID
description: Retrieves vulnerability information by its ID. description: Retrieves vulnerability information by its ID.
keywords: apis, graph api, supported apis, get, vulnerability information, mdatp tvm api keywords: apis, graph api, supported apis, get, vulnerability information, mdatp tvm api
search.product: eADQiWindows 10XVcnh search.product: eADQiWindows 10XVcnh

View File

@ -86,7 +86,7 @@ Data discovery based on Defender for Endpoint is also available in [Azure Log An
For more information on Azure Information Protection analytics, see [Central reporting for Azure Information Protection](https://docs.microsoft.com/azure/information-protection/reports-aip). For more information on Azure Information Protection analytics, see [Central reporting for Azure Information Protection](https://docs.microsoft.com/azure/information-protection/reports-aip).
Open Azure Log Analytics in Azure Portal and open a query builder (standard or classic). Open Azure Log Analytics in Azure portal and open a query builder (standard or classic).
To view Defender for Endpoint data, perform a query that contains: To view Defender for Endpoint data, perform a query that contains:

View File

@ -50,7 +50,7 @@ Property | Type | Description
id | String | Identity of the investigation entity. id | String | Identity of the investigation entity.
startTime | DateTime Nullable | The date and time when the investigation was created. startTime | DateTime Nullable | The date and time when the investigation was created.
endTime | DateTime Nullable | The date and time when the investigation was completed. endTime | DateTime Nullable | The date and time when the investigation was completed.
cancelledBy | String | The ID of the user/application that cancelled that investigation. cancelledBy | String | The ID of the user/application that canceled that investigation.
investigationState | Enum | The current state of the investigation. Possible values are: 'Unknown', 'Terminated', 'SuccessfullyRemediated', 'Benign', 'Failed', 'PartiallyRemediated', 'Running', 'PendingApproval', 'PendingResource', 'PartiallyInvestigated', 'TerminatedByUser', 'TerminatedBySystem', 'Queued', 'InnerFailure', 'PreexistingAlert', 'UnsupportedOs', 'UnsupportedAlertType', 'SuppressedAlert'. investigationState | Enum | The current state of the investigation. Possible values are: 'Unknown', 'Terminated', 'SuccessfullyRemediated', 'Benign', 'Failed', 'PartiallyRemediated', 'Running', 'PendingApproval', 'PendingResource', 'PartiallyInvestigated', 'TerminatedByUser', 'TerminatedBySystem', 'Queued', 'InnerFailure', 'PreexistingAlert', 'UnsupportedOs', 'UnsupportedAlertType', 'SuppressedAlert'.
statusDetails | String | Additional information about the state of the investigation. statusDetails | String | Additional information about the state of the investigation.
machineId | String | The ID of the device on which the investigation is executed. machineId | String | The ID of the device on which the investigation is executed.