SecurityResolutionType Enumeration
Contains values that specify the resolution when returning security permissions.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| Effective | Return the effective set of permissions for the user, resolving the effects of overlaps. | |
| UserAndGroup | Return permissions assigned directly to the user and those assigned to groups to which the user belongs. | |
| Users | Return permissions assigned directly to the user. |
Permissions can be retrieved as they were assigned or in a net effective list of permissions.
Show: