Hi everyone,
I am trying to create a query to identify identities that are on LOA or Terminated but still have their PHSI Active Directory Account enabled.
The issue I am running into is that ISC is returning identities that have any Active Directory account enabled, instead of only those with an enabled PHSI AD account. For example; it returns any identity that have enabled EXT AD or enabled Azure AD or PHSI AD.
Here’s my current query:
(attributes.cloudLifecycleState:LOA OR attributes.cloudLifecycleState:term*) AND @accounts(name:PHSI Active Directory AND disabled:false)
Has anyone run into this before or know the best way to filter the query so it only evaluates the PHSI AD account?
Thanks!