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