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

public class IdentitySet

Constructors

NameDescription
IdentitySet()The default constructor.

Properties

NameDescription
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