Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 unique identity in Viva Engage. This resource is an open type.
Inherits from identitySet.
Properties
Property | Type | Description |
---|---|---|
application | identity | Optional. The application associated with this action. Inherited from identitySet. |
applicationInstance | identity | Optional. The application instance associated with this action. Inherited from identitySet. |
audience | identity | Optional. The audience associated with this action. |
conversation | identity | Optional. The team or channel associated with this action. Inherited from identitySet. |
conversationIdentityType | identity | Optional. Indicates whether the conversation property identifies a team or channel. Inherited from identitySet. |
device | identity | Optional. The device associated with this action. Inherited from identitySet. |
encrypted | identity | Optional. The encrypted identity associated with this action. Inherited from identitySet. |
group | identity | Optional. The group associated with this action. |
onPremises | identity | Optional. The on-premises identity associated with this action. Inherited from identitySet. |
guest | identity | Optional. The guest identity associated with this action. Inherited from identitySet. |
phone | identity | Optional. The phone number associated with this action. Inherited from identitySet. |
user | identity | Optional. The user associated with this action. Inherited from identitySet. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"application": {"@odata.type": "microsoft.graph.identity"},
"applicationInstance": {"@odata.type": "microsoft.graph.identity"},
"audience": {"@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"},
"group": {"@odata.type": "microsoft.graph.identity"},
"guest": {"@odata.type": "microsoft.graph.identity"},
"onPremises": {"@odata.type": "microsoft.graph.identity"},
"phone": {"@odata.type": "microsoft.graph.identity"},
"user": {"@odata.type": "microsoft.graph.identity"}
}