Edit

Share via


usageRightsIncluded resource type

Namespace: microsoft.graph

Represents the usage rights associated with a specific piece of content.

This entity defines the permissions and actions available for the content based on its rights.

Inherits from entity.

Methods

Method Return type Description
Get usageRightsIncluded Read the properties and relationships of a usageRightsIncluded object.

Properties

Property Type Description
id String The unique identifier for the label usage rights entity. Key property.
ownerEmail String The email of owner label rights.
userEmail String The email of user with label user rights.
value usageRights A reference to the associated usage rights. This value defines the specific rights for the content.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.usageRightsIncluded",
  "id": "String (identifier)",
  "ownerEmail": "String",
  "userEmail": "String",
  "value": "String"
}