Identity Class

https://docs.microsoft.com/en-us/graph/api/resources/identity?view=graph-rest-1.0 The Identity resource represents an identity of an actor. For example, an actor can be a user, device, or application.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GraphIdentity

Namespace:  Aspose.Email.Clients.Graph
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Identity

The Identity type exposes the following members.

Constructors
  NameDescription
Public methodIdentity
Initializes a new instance of the Identity class
Properties
  NameDescription
Public propertyDisplayName
The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
Public propertyId
Unique identifier for the identity.
Public propertyThumbnails
The ThumbnailSet resource is a keyed collection of thumbnail resources.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also