| author | spgraph-docs-team |
|---|---|
| title | identitySet resource type |
| description | Represents a keyed collection of identity resources. |
| ms.localizationpriority | medium |
| ms.subservice | onedrive |
| doc_type | resourcePageType |
| ms.date | 03/18/2026 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"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.