IdentitySet

IdentitySet class

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.

The IdentitySet type exposes the following members:

Constructors

NameDescription
IdentitySet()Initializes a new instance of the IdentitySet class

Properties

NameDescription
applicationOptional.The application associated with this action.
deviceOptional.The device associated with this action.
userOptional.The user associated with this action.

See Also