Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.16 KB

File metadata and controls

55 lines (41 loc) · 1.16 KB
title description ms.localizationpriority author ms.subservice doc_type
mentionsPreview resource type
Represents information about mention objects in a resource instance.
medium
simonhult
insights
resourcePageType

mentionsPreview resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about mention objects in a resource instance.

Properties

Property Type Description
isMentioned Boolean True if the signed-in user is mentioned in the parent resource instance. Read-only. Supports filter.

JSON representation

The following JSON representation shows the resource type.

{
  "isMentioned": "Boolean"
}