Kommentar
Å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 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)"
}