Closed lbendlin closed 2 years ago
Added some error handling to that query that should fix this, can you confirm? @lbendlin
@klinejordan confirmed. The "Data Source Permission Level" now comes back as "null" but that is a different story (I have raised an issue with Microsoft to get this corrected to include the new permission granularity).
Yeah, that's because these APIs don't support the new roles. There's some undocumented APIs that do, but I hesitate to use those in these connectors
Looks like it is possible to add non-email enabled AD groups as gateway connection users. Currently the code produces an error
Expression.Error: The field 'emailAddress' of the record wasn't found. Details: datasourceAccessRight=Read displayName=[name of group] identifier=5a3bd1c4-50e9-xxxx-xxxx-e330f563ed51 principalType=Group
Note: The "identifier" field is filled, with the email address or group GUID. Might be advisable to add that field to the output.