Events
17 Mar, 9 pm - 21 Mar, 10 am
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Events
17 Mar, 9 pm - 21 Mar, 10 am
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now