resourceData resource type
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.
Represents the resource data attached to the change notification sent to the subscriber. This resource is an open type and allows other properties to be passed in.
For details, see Use Microsoft Graph to get change notifications.
Methods
None.
Properties
None except for Outlook resources where resourceData contains the following fields:
Property | Type | Description |
---|---|---|
@odata.type | String | The OData entity type in Microsoft Graph that describes the represented object. |
@odata.id | String | The OData identifier of the object. |
@odata.etag | String | The HTTP entity tag that represents the version of the object. |
id | String | The identifier of the object. |
Note: The id value provided in resourceData is valid at the time the change notification was generated. Some actions, such as moving a message to another folder, might result in the
id
no longer being valid when the change notification is processed.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.resourceData"
}