IdentitySet resource type

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.

JSON representation

Here is a JSON representation of the resource.

{
  "application": {"@odata.type": "microsoft.graph.identity"},
  "device": {"@odata.type": "microsoft.graph.identity"},
  "group": {"@odata.type": "microsoft.graph.identity"},
  "user": {"@odata.type": "microsoft.graph.identity"}
}

Properties

Property Type Description
application Identity Optional. The application associated with this action.
device Identity Optional. The device associated with this action.
group Identity Optional. The group associated with this action.
user Identity Optional. The user associated with this action.

Remarks

See DriveItem for usage of IdentitySet resources.