resourceReference resource type
Namespace: microsoft.graph
Complex type containing properties of officeGraphInsights.
Properties
Property | Type | Description |
---|---|---|
id | String | The item's unique identifier. |
type | String | A string value that can be used to classify the item, such as "microsoft.graph.driveItem" |
webUrl | String | A URL leading to the referenced item. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"webUrl": "string",
"id": "string",
"type": "string"
}