Hi Team,
I’m trying to query Identity Security Cloud events to identify when a user gets terminated (specifically when the lifecycle state changes from active Or NULL to terminated).
I tried the following search query in the event logs:
name:"Change Identity Lifecycle State Success"
AND attributes.cloudLifecycleStateBefore:"active"
AND (attributes.cloudLifecycleStateAfterActual:"terminated" OR attributes.cloudLifecycleStateAfterActual:null)
However, this is not returning any results.
My goal is to capture the exact termination event timestamp (terminated at) for an identity.
Could anyone please advise:
-
Is this the correct event name for lifecycle termination events?
-
Are
attributes.cloudLifecycleStateBeforeandattributes.cloudLifecycleStateAfterActualthe correct fields to filter on? -
Is there another event type or API endpoint that would be better for retrieving the termination timestamp?
Any guidance or examples would be appreciated.
Thanks!
