Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.2 KB

File metadata and controls

59 lines (44 loc) · 1.2 KB
title mentionsPreview resource type
description Represents information about mention objects in a resource instance.
ms.localizationpriority medium
author simonhult
ms.subservice insights
doc_type resourcePageType
ms.date 03/21/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isMentioned": "Boolean"
}