Edit

Share via


labelContentRight resource type

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