Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the topic of an activity feed notification.
Properties
| Property | Type | Description |
|---|---|---|
| source | teamworkActivityTopicSource | Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. |
| value | String | The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the value is text, this must be a plain text value. |
| webUrl | String | The link the user clicks when they select the notification. Optional when source is entityUrl; required when source is text. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkActivityTopic",
"source": "String",
"value": "String",
"webUrl": "String"
}