Visualization of successful PIM activiations
Description
This query visualises the PIM activation performed by accounts. A user who has used many different PIM roles may be interesting to examine, it could be that a users always asigns their PIM access rights without needing them all the time. The same goes for PIM roles with high privileges.
Query · kql
AuditLogs | where OperationName == "Add member to role completed (PIM activation)" | summarize TotalActivations = count() by Identity | sort by TotalActivations | render columnchart