Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.64 KB

File metadata and controls

48 lines (39 loc) · 1.64 KB
title communicationsApplicationIdentity resource type
description Represents the identity of an application used for communications such as calling.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/12/2024

communicationsApplicationIdentity resource type

Namespace: microsoft.graph

Represents the identity of an application used for communications such as calling. You need to register the application as an enterprise application in Microsoft Entra ID.

Inherits from identity.

Properties

Property Type Description
applicationType String First-party Microsoft application that presents this identity.
displayName String The display name associated with the application. Inherited from identity.
hidden Boolean True if the participant shouldn't be shown in other participants' rosters.
id String The client ID of the application from Microsoft Entra ID. Inherited from identity.

JSON representation

The following JSON representation shows the resource type.

{
  "applicationType": "String",
  "displayName": "String",
  "hidden": "Boolean",
  "id": "String (identifier)"
}