Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the rights associated with a specific piece of content.
Properties
| Property | Type | Description |
|---|---|---|
| cid | String | The content identifier. |
| format | String | The content format. |
| id | String | The identifier |
Relationships
| Relationship | Type | Description |
|---|---|---|
| label | microsoft.graph.security.sensitivityLabel | The sensitivity label applied to the content. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.labelContentRight",
"id": "String (identifier)",
"cid": "String",
"format": "String"
}