Aspose::Email::Clients::Graph::Identity Class Reference

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. More...

Inherits Object.

Public Member Functions

System::String get_DisplayName () const
 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. More...
 
void set_DisplayName (System::String value)
 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. More...
 
System::String get_Id () const
 Unique identifier for the identity. More...
 
void set_Id (System::String value)
 Unique identifier for the identity. More...
 
System::SharedPtr< ThumbnailSetget_Thumbnails () const
 The ThumbnailSet resource is a keyed collection of thumbnail resources. More...
 
void set_Thumbnails (System::SharedPtr< ThumbnailSet > value)
 The ThumbnailSet resource is a keyed collection of thumbnail resources. More...
 

Detailed Description

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.

Member Function Documentation

◆ get_DisplayName()

System::String Aspose::Email::Clients::Graph::Identity::get_DisplayName ( ) const

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.

◆ get_Id()

System::String Aspose::Email::Clients::Graph::Identity::get_Id ( ) const

Unique identifier for the identity.

◆ get_Thumbnails()

System::SharedPtr<ThumbnailSet> Aspose::Email::Clients::Graph::Identity::get_Thumbnails ( ) const

The ThumbnailSet resource is a keyed collection of thumbnail resources.

◆ set_DisplayName()

void Aspose::Email::Clients::Graph::Identity::set_DisplayName ( System::String  value)

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.

◆ set_Id()

void Aspose::Email::Clients::Graph::Identity::set_Id ( System::String  value)

Unique identifier for the identity.

◆ set_Thumbnails()

void Aspose::Email::Clients::Graph::Identity::set_Thumbnails ( System::SharedPtr< ThumbnailSet value)

The ThumbnailSet resource is a keyed collection of thumbnail resources.