AccessControlEntry.ConditionToIdentities

Syntax

AccessControlEntry.ConditionToIdentities(identityProvider as function, condition as function) as list

Description

Using the specified identityProvider, converts the condition into the list of identities for which condition would return true in all authorization contexts with identityProvider as the identity provider. An error is raised if it is not possible to convert condition into a list of identities, for example if condition consults attributes other than user or group identities to make a decision.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Accessing Data Functions / AccessControlEntry.ConditionToIdentities