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.
Constructors
Name |
Description |
IdentitySet() |
The default constructor. |
Properties
Name |
Description |
Application { get; set; } |
Optional.The application associated with this action. |
Device { get; set; } |
Optional.The device associated with this action. |
User { get; set; } |
Optional.The user associated with this action. |
See Also