identitySet resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. |
Relationships
None.
JSON representation
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"}
}
Related content
For examples that show how to use identitySet resources, see call.