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.
applicationInstance identity Optional. The application instance associated with this action.
conversation identity Optional. The team or channel associated with this action.
conversationIdentityType identity Optional. Indicates whether the conversation property identifies a team or channel.
device identity Optional. The device associated with this action.
encrypted identity Optional. The encrypted identity associated with this action.
onPremises identity Optional. The on-premises identity associated with this action.
guest identity Optional. The guest identity associated with this action.
phone identity Optional. The phone number 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"},
  "applicationInstance": {"@odata.type": "microsoft.graph.identity"},
  "conversation": {"@odata.type": "microsoft.graph.identity"},
  "conversationIdentityType": {"@odata.type": "microsoft.graph.identity"},
  "device": {"@odata.type": "microsoft.graph.identity"},
  "encrypted": {"@odata.type": "microsoft.graph.identity"},
  "onPremises": {"@odata.type": "microsoft.graph.identity"},
  "guest": {"@odata.type": "microsoft.graph.identity"},
  "phone": {"@odata.type": "microsoft.graph.identity"},
  "user": {"@odata.type": "microsoft.graph.identity"}
}

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