Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.03 KB

File metadata and controls

48 lines (39 loc) · 2.03 KB
title communicationsApplicationInstanceIdentity resource type
description Represents the identity of an instance of an application.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/12/2024

communicationsApplicationInstanceIdentity resource type

Namespace: microsoft.graph

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 ID 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 (identifier)",
  "tenantId": "String"
}