Skip to content

Commit 9afb315

Browse files
authored
Apply suggestions from code review
1 parent e4cb6e4 commit 9afb315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CloudAppSecurityDocs/discovered-apps-api-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Identify the users, devices, or IP addresses that are currently using a specific
8080
8181
## Use filters to see apps by category
8282
83-
Use filters to see apps of a specific category, such as apps that are categorized as *Marketing*, and are also not HIPPA or GDPR compliant. For example, run:
83+
Use filters to see apps of a specific category, such as apps that are categorized as *Marketing*, and are also not HIPPA compliant. For example, run:
8484
8585
```http
86-
GET  https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/<MDEstreamId>/aggregatedAppsDetails (period=duration 'P30D')?$filter= (appInfo/Hippa eq 'false' or appInfo/GDPR eq 'false') and category eq 'Marketing'
86+
GET  https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/<MDEstreamId>/aggregatedAppsDetails (period=duration 'P30D')?$filter= (appInfo/Hippa eq 'false') and category eq 'Marketing'
8787
```
8888

8989
## Related content

0 commit comments

Comments
 (0)