UserIdentityValueType Enum
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
The different types of user identities.
Syntax
public enum UserIdentityValueType
Fields
Name | Description |
---|---|
DisplayName |
Identify on a display name. |
EmailAddress |
Identify on an email address. |
EmailAddressNoValidate |
No validation. |
SAMAccountName |
Identify on a SAM account name. |
SecurityIdentifier |
Identify on a security identifier. |
UserPrincipalName |
Identify on a principal name. |