communicationsApplicationInstanceIdentity 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 instance of an application. An application instance is a resource account created by New-CsOnlineApplicationInstance. For example, you might have multiple Call Queue application instances that are all backed by the same Microsoft Entra application. These application instances are represented in Microsoft Entra ID by disabled user accounts.
Inherits from identity.
Properties
Property | Type | Description |
---|---|---|
displayName | String | The display name associated with the resource account. Inherited from identity. |
hidden | Boolean | True if the participant shouldn't be shown in other participants' rosters. |
id | String | The object ID of the resource account user in Microsoft Entra ID. Inherited from identity. |
tenantId | String | The tenant ID of the application. |
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "String",
"hidden": "Boolean",
"id": "String",
"tenantId": "String"
}