oneNoteIdentitySet 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.
Support coming soon
The OneNoteIdentitySet type is a keyed collection of OneNoteIdentity objects. It is used to represent a set of identities associated with various events for a Notebook, Section or Page, such as created by or last modified by.
Currently it contains a single key, user. In future, keys such as the device or application to change the item may be added.
In future, this type will be merged with IdentitySet
JSON representation
The following JSON representation shows the resource type.
{
"user": {"@odata.type": "microsoft.graph.onenoteIdentity"}
}
Properties
Property | Type | Description |
---|---|---|
user | onenoteIdentity | A OneNoteIdentity resource that represents a user. |