IdentityType Enumeration

Identity types

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum IdentityType
Members
  Member nameValueDescription
Claim0 The identity is a claim for authorization purpose.
Name1 The audit action actor or target identity display name.
Other2 The identity of the actor is other type, such as the ObjectId in GUID generated by the Office 365 service.
PUID3 The audit action actor or the target passport unique ID (PUID).
SPN4 The identity of a service principal if the action is performed by the Office 365 service.
UPN5 The user principal name.
See Also