Edit

Share via


protectedContent 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 content that is protected by a sensitivity label.

This entity provides the details of the content that is being evaluated for rights and inheritance.

Properties

Property Type Description
cid String The content id
format String The content format.
labelId String The unique identifier for the sensitivity label applied to the content.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.protectedContent",
  "labelId": "String",
  "cid": "String",
  "format": "String"
}