DRM Rights Profile in Sitecore Content Hub
Digital Rights Management(DRM):
Digital rights management is the concept of setting up rights profiles in order to restrict asset download based on Territory, media type and date range of access.
It is important to understand the different terms in case of Rights Profile to answer questions in the Sitecore Contenthub exam.
Although the Sitecore documentation has some content, in my opinion, context must be explained and scenarios must be understood with respect to the rights profiles hence this blog article.
A DRM contract is a container for one or more rights profiles
Assets can be downloaded based on all or any rights profile matching the use-case.
All vs Any:
Any: Similar to OR condition in if statement
All: Similar to AND condition in if statement
OR is same as union in Venn diagram
AND is same as intersection in Venn diagram
*******************************************************************
Important to understand that Media or media type is assumed to have the following hierarchical structure:
All Media
Traditional
Magazine
TV
Digital
Social
Twitter
Facebook
********************************************************************
Any:
With the above hierarchy in mind, let's assume these 2 rights profile:
Contract-1:
Start | End | Territories | Media |
---|---|---|---|
Sep 14, 2020 12:00 AM | May 1, 2021 12:00 AM | World | Social |
May 5, 2020 12:00 AM | Jan 1, 2021 12:00 AM | Europe | Digital |
Rights Profile Union:
Now, Use Case-1:
A user wants to download a related asset with the following intended use:
- Start date: September 8th, 2020
- End date: December 31st, 2020
- Territory: France
- Media: Social
Now, a user wants to download the asset with the following intended use:
- Start date: September 8th, 2020
- End date: December 31st, 2020
- Territory: France
- Media: Traditional
Start | End | Territories | Media |
---|---|---|---|
Sep 7, 2020 12:00 AM | Dec 31, 2020 11:55 PM | World | Social |
May 5, 2020 12:00 AM | May 21, 2021 11:55 PM | France | Digital |
A user wants to download a related asset with the following intended use:
- Start date: December 1st, 2020
- End date: December 29th, 2020
- Territory: France
- Media: Digital
Now, a user wants to download the asset with the following intended use:
- Start date: September 8th, 2020
- End date: October 31st, 2020
- Territory: France
- Media: Social
With questions such as these in the exam, apply the answer options to (and / any) rights profiles as per the scenario and pick the option that satisfies the condition.
Reference: https://docs.stylelabs.com/contenthub/4.1.x/content/user-documentation/manage/drm/rights-profile/any-all.html
Hello Nevan, Thank you for this post it really helped me. I was just not sure about the Use Case-2.
ReplyDeleteYou mention you use any (OR), should the result not give the user access to download because it passed 2 out of 3 requirements?