Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |
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 about the usage of identitySet resources, see driveItem.