PMMembershipOptionsPrimaryGroupResolutionResolutionOption Enumeration |
Indicates how the primary group will be determined for each user
Namespace: PM90SettingsAPI.MembershipOptionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public enum ResolutionOption
Members
| Member name | Value | Description |
---|
| Priority | 0 |
(Default) Will use the Group with the priority closest to 0.
Example: A user in two groups (Domain Users with Priorty = 10, and Domain Admins With Priority = 20) will get assigned to Domain Users
|
| HighestBalance | 1 |
The group with the highest balance will be used
Example: A user in two groups (Domain Users with Primary balance 10.00, and Domain Admins With primary balance = 20.00) will get assigned to Domain Admins
|
| LowestBalance | 2 |
The group with the lowest balance will be used
Example: A user in two groups (Domain Users with Primary balance 10.00, and Domain Admins With primary balance = 20.00) will get assigned to Domain Users
|
| UsePrimaryGroupFromAD | 3 |
The user's Primary Group as specified within Active Directory will be used.
|
See Also