Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.42 KB

communicationsencryptedidentity.md

File metadata and controls

43 lines (33 loc) · 1.42 KB
title description author ms.localizationpriority ms.subservice doc_type
communicationsEncryptedIdentity resource type
Represents the identity of a user whose underlying identity isn't available to the application due to privacy restrictions.
rahulva-msft
medium
cloud-communications
resourcePageType

communicationsEncryptedIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the identity of a user whose underlying identity isn't available to the application due to privacy restrictions. For example, in a group call, participants other than the one who invited a Skype Consumer user won't have access to the identity of that user in the call roster.

Inherits from identity.

Properties

Property Type Description
displayName String Inherited from identity. The display name associated with the user.
id String Inherited from identity. The user's encrypted identifier.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String"
}