identitySet resource type

Namespace: microsoft.graph

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

Properties

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

JSON representation

The following is a JSON representation of the resource.

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

See also

For examples about the usage of identitySet resources, see driveItem.