I am able to successfully pull in Azure accounts using a REST ADC (Graph API) in IGL 7.2 P02 into IGL
I am trying to find if an account is enabled and none of the below attributes work:
accountEnabled
blockSignIn
I get an error when I add the above in the Collector Mapping Parameters:
$.value[*].accountEnabled
When I run a test - do not get any results:
{$.value[*].userPrincipalName=999, $.value[*].displayName=999, $.value[*].mail=999, $.value[*].accountEnabled=0}
When I use Postman to retrieve - I get the below for each account. Would like to understand how this translates in IGL
I could not see that anyone has mapped accountEnabled using the Azure collector. Not to say it cannot be done, but I do not have an example of it working or not working.