Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvelazc0 committed Oct 26, 2023
1 parent 74a138e commit 697b23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data_source:
- UPDATE_DATA_SOURCE
description: UPDATE_DESCRIPTION
search: >
`o365_management_activity` `Workload=AzureActiveDirectory Operation="Update authorization policy."
`o365_management_activity` Workload=AzureActiveDirectory Operation="Update authorization policy."
| eval index_number = if(mvfind('ModifiedProperties{}.Name', "AllowUserConsentForRiskyApps") >= 0, mvfind('ModifiedProperties{}.Name', "AllowUserConsentForRiskyApps"), -1)
| search index_number >= 0
| eval AllowUserConsentForRiskyApps = mvindex('ModifiedProperties{}.NewValue',index_number)
Expand Down

0 comments on commit 697b23f

Please sign in to comment.