Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Communications notification base type that is published by Communications servers to notify changes.
Properties
| Property | Type | Description |
|---|---|---|
| changeType | String | The possible values are: created, updated, deleted. |
| resourceUrl | String | URI of the resource that was changed. |
Note:
resourceDatais available as additional data. It is either an entity or a collection of entities depending on the number of changes packaged in the notification.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "created | updated | deleted",
"resourceUrl": "String"
}