This commit is contained in:
Ben Alfasi 2019-03-12 21:56:34 +02:00
parent c1413b9a37
commit bc850e64e9
6 changed files with 13 additions and 13 deletions

View File

@ -237,7 +237,7 @@
##### [Windows Defender ATP Open API](windows-defender-atp/use-apis.md) ##### [Windows Defender ATP Open API](windows-defender-atp/use-apis.md)
###### [Get started](windows-defender-atp/apis-intro.md) ###### [Get started](windows-defender-atp/apis-intro.md)
####### [Hello word](windows-defender-atp/api-hello-word.md) ####### [Hello World](windows-defender-atp/api-hello-world.md)
####### [Get access with application context](windows-defender-atp/exposed-apis-create-app-webapp.md) ####### [Get access with application context](windows-defender-atp/exposed-apis-create-app-webapp.md)
####### [Get access with user context](windows-defender-atp/exposed-apis-create-app-nativeapp.md) ####### [Get access with user context](windows-defender-atp/exposed-apis-create-app-nativeapp.md)
###### [APIs](windows-defender-atp/exposed-apis-list.md) ###### [APIs](windows-defender-atp/exposed-apis-list.md)

View File

@ -234,7 +234,7 @@
#### [Windows Defender ATP Open API](use-apis.md) #### [Windows Defender ATP Open API](use-apis.md)
##### [Get started](apis-intro.md) ##### [Get started](apis-intro.md)
###### [Get started](api-hello-word.md) ###### [Hello World](api-hello-world.md)
###### [Get access with application context](exposed-apis-create-app-webapp.md) ###### [Get access with application context](exposed-apis-create-app-webapp.md)
###### [Get access with user context](exposed-apis-create-app-nativeapp.md) ###### [Get access with user context](exposed-apis-create-app-nativeapp.md)
##### [APIs](exposed-apis-list.md) ##### [APIs](exposed-apis-list.md)

View File

@ -18,8 +18,10 @@ ms.date: 09/24/2018
--- ---
# Windows Defender ATP API - Hello Word # Windows Defender ATP API - Hello Word
**Applies to:**
- Windows Defender Advanced Threat Protection (Windows Defender ATP) **Applies to:** [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
> Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
## Get Alerts using a simple PowerShell script ## Get Alerts using a simple PowerShell script

View File

@ -19,10 +19,9 @@ ms.date: 09/03/2018
# Windows Defender ATP API overview # Windows Defender ATP API overview
**Applies to:** **Applies to:** [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
- Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink) > Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
Windows Defender ATP exposes much of its data and actions through a set of programmatic APIs. Those APIs will enable you to automate workflows and innovate based on Windows Defender ATP capabilities. The API access requires OAuth2.0 authentication. For more information, see [OAuth 2.0 Authorization Code Flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oauth-code). Windows Defender ATP exposes much of its data and actions through a set of programmatic APIs. Those APIs will enable you to automate workflows and innovate based on Windows Defender ATP capabilities. The API access requires OAuth2.0 authentication. For more information, see [OAuth 2.0 Authorization Code Flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oauth-code).

View File

@ -19,11 +19,9 @@ ms.date: 09/03/2018
# Create an app to access Windows Defender ATP without a user # Create an app to access Windows Defender ATP without a user
**Applies to:** **Applies to:** [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
> Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
>Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
[!include[Prerelease information](prerelease.md)] [!include[Prerelease information](prerelease.md)]

View File

@ -19,8 +19,9 @@ ms.date: 11/28/2018
# Windows Defender ATP Public API # Windows Defender ATP Public API
**Applies to:** **Applies to:** [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
> Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
## In this section ## In this section
Topic | Description Topic | Description