minor modification

Made a correction in the statement. 

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8568
This commit is contained in:
ImranHabib
2020-11-04 12:22:07 +05:00
committed by GitHub
parent b59b05ade4
commit 98cef83cb8

View File

@ -57,7 +57,7 @@ You can access Microsoft Defender ATP API with **Application Context** or **User
- **User Context:** <br>
Used to perform actions in the API on behalf of a user.
Steps that needs to be taken to access Microsoft Defender ATP API with application context:
Steps that needs to be taken to access Microsoft Defender ATP API with user context:
1. Create AAD Native-Application.
2. Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc.
3. Get token using the application with user credentials.