Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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 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. |
| rights | usageRights | A flags enum that enumerates a user's usage rights when content is protected with a sensitivity label. |
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",
"rights": "String"
}