Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 3.35 KB

File metadata and controls

62 lines (54 loc) · 3.35 KB
title engagementIdentitySet resource type
description Represents a unique identity in Viva Engage.
author aditijha4
ms.date 05/21/2025
ms.localizationpriority medium
ms.subservice viva-engage
doc_type resourcePageType

engagementIdentitySet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a unique identity in Viva Engage. This resource is an open type that allows additional properties beyond those documented here.

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"}
}