Edit

Share via


labelContentRight 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.

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"
}