Aspose::Email::Clients::Graph::IdentitySet Class Reference

https://docs.microsoft.com/en-us/graph/api/resources/identityset?view=graph-rest-1.0 The IdentitySet resource is a keyed collection of identity resources. It is used to represent a set of identities associated with various events for an item, such as created by or last modified by. More...

Inherits Object.

Public Member Functions

System::SharedPtr< Identityget_Application () const
 Optional.The application associated with this action. More...
 
void set_Application (System::SharedPtr< Identity > value)
 Optional.The application associated with this action. More...
 
System::SharedPtr< Identityget_Device () const
 Optional.The device associated with this action. More...
 
void set_Device (System::SharedPtr< Identity > value)
 Optional.The device associated with this action. More...
 
System::SharedPtr< Identityget_User () const
 Optional.The user associated with this action. More...
 
void set_User (System::SharedPtr< Identity > value)
 Optional.The user associated with this action. More...
 

Detailed Description

https://docs.microsoft.com/en-us/graph/api/resources/identityset?view=graph-rest-1.0 The IdentitySet resource is a keyed collection of identity resources. It is used to represent a set of identities associated with various events for an item, such as created by or last modified by.

Member Function Documentation

◆ get_Application()

System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_Application ( ) const

Optional.The application associated with this action.

◆ get_Device()

System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_Device ( ) const

Optional.The device associated with this action.

◆ get_User()

System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_User ( ) const

Optional.The user associated with this action.

◆ set_Application()

void Aspose::Email::Clients::Graph::IdentitySet::set_Application ( System::SharedPtr< Identity value)

Optional.The application associated with this action.

◆ set_Device()

void Aspose::Email::Clients::Graph::IdentitySet::set_Device ( System::SharedPtr< Identity value)

Optional.The device associated with this action.

◆ set_User()

void Aspose::Email::Clients::Graph::IdentitySet::set_User ( System::SharedPtr< Identity value)

Optional.The user associated with this action.