cloudClipboardRoot resource type

Namespace: microsoft.graph

Represents the information and properties of a cloudClipboardRoot and serves as an entry point for cloudClipboardItem objects.

Methods

Method Return type Description
List cloudClipboardItem collection Get a list of the cloudClipboard items and their properties.

Properties

None.

Relationships

Relationship Type Description
items cloudClipboardItem collection Represents a collection of Cloud Clipboard items.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudClipboardRoot"
}