Enum IdentityType

IdentityType enumeration

Identity types

public enum IdentityType

Values

NameValueDescription
Claim0The identity is a claim for authorization purpose.
Name1The audit action actor or target identity display name.
Other2The identity of the actor is other type, such as the ObjectId in GUID generated by the Office 365 service.
PUID3The audit action actor or the target passport unique ID (PUID).
SPN4The identity of a service principal if the action is performed by the Office 365 service.
UPN5The user principal name.

See Also