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< ThumbnailSet > | get_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... | |
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.
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.
System::String Aspose::Email::Clients::Graph::Identity::get_Id | ( | ) | const |
Unique identifier for the identity.
System::SharedPtr<ThumbnailSet> Aspose::Email::Clients::Graph::Identity::get_Thumbnails | ( | ) | const |
The ThumbnailSet resource is a keyed collection of thumbnail resources.
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.
void Aspose::Email::Clients::Graph::Identity::set_Id | ( | System::String | value | ) |
Unique identifier for the identity.
void Aspose::Email::Clients::Graph::Identity::set_Thumbnails | ( | System::SharedPtr< ThumbnailSet > | value | ) |
The ThumbnailSet resource is a keyed collection of thumbnail resources.