I am looking for some Search assistance. I am trying to write a search query that will return identities who are in the inactive lifecycle states but, remain active in a source. I’ve attempted a few different iterations but the results are not what I’m reaching for.
Example: Employee has been disabled in active directory but, has become enabled manually after the event has taken place. I would like to know that their cloud lifecycle state is inactive but, there is an account within the active directory source enabled.
Search Query: attributes.cloudLifecycleState:INACTIVE AND source.name:“WakeMedAD” AND accounts.source.name:“WakeMedAD” AND accounts.disabled:false