Identity types
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration IdentityType
public enum class IdentityType
Members
| Member name | Value | Description |
---|
| Claim | 0 |
The identity is a claim for authorization purpose.
|
| Name | 1 |
The audit action actor or target identity display name.
|
| Other | 2 |
The identity of the actor is other type, such as the ObjectId in GUID generated by the Office 365 service.
|
| PUID | 3 |
The audit action actor or the target passport unique ID (PUID).
|
| SPN | 4 |
The identity of a service principal if the action is performed by the Office 365 service.
|
| UPN | 5 |
The user principal name.
|
See Also