Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 result entity for a compute rights and inheritance operation.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
contentRights | labelContentRight collection | A collection of content rights entities for the content. |
inheritedLabel | microsoft.graph.security.sensitivityLabel | The sensitivity label that is inherited by the content based on the input labels and content formats. |
sensitivityLabels | microsoft.graph.security.sensitivityLabel collection | A collection of sensitivity labels that are applicable to the content. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.computeRightsAndInheritanceResult"
}