Skip to content

Commit

Permalink
Update PIMElevationRequestRejected.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rbajaj committed Oct 17, 2023
1 parent 473df66 commit b9a157b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tags:
- AADSecOpsGuide
query: |
AuditLogs
| where (ActivityDisplayName =~'Add member to role completed (PIM activation)' and Result =~ "failure") or ActivityDisplayName =~'Add member to role request denied (PIM activation)'
| ActivityDisplayName =~'Add member to role request denied (PIM activation)'
| mv-apply ResourceItem = TargetResources on
(
where ResourceItem.type =~ "Role"
Expand Down Expand Up @@ -54,5 +54,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: InitiatingIpAddress
version: 1.0.6
version: 1.0.7
kind: Scheduled

0 comments on commit b9a157b

Please sign in to comment.