Skip to content

Commit

Permalink
Update rules/azure_entraid_rules/azure_policy_changed.py
Browse files Browse the repository at this point in the history
Co-authored-by: ben-githubs <[email protected]>
  • Loading branch information
arielkr256 and ben-githubs authored Jan 31, 2025
1 parent b34e2df commit 41f2eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/azure_entraid_rules/azure_policy_changed.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def rule(event):


def title(event):
operation_name = event.get("operationName", default="")
operation_name = event.get("operationName", default="<UNKNOWN OPERATION>")
actor_name = event.deep_get(
"properties", "initiatedBy", "user", "userPrincipalName", default="<UNKNOWN ACTOR>"
)
Expand Down

0 comments on commit 41f2eea

Please sign in to comment.