| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents information about mention objects in a resource instance.
| Property | Type | Description |
|---|---|---|
| isMentioned | Boolean | True if the signed-in user is mentioned in the parent resource instance. Read-only. Supports filter. |
None.
The following JSON representation shows the resource type.
{
"isMentioned": "Boolean"
}