- Boolean entitlements
- Numerical or string-based entitlements
- Enum or choice-based entitlements
- Metered entitlements supported through billable metrics
Product, Pricing and Subscription Entitlements
Product entitlements are inherited by default at the pricing or subscription level but can be explicitly overridden to accommodate for different pricing tiers or specific customer requirements or exceptions.Entitlement Aggregation
The entitlements from each subscription can be aggregated (at a customer level) to provide overall entitlements for that customer. The following aggregation types are supported for the corresponding entitlement types.- Boolean entitlements - OR - True if any of the subscriptions has the entitlement enabled AND - True only if any of the subscriptions has the entitlement enabled
- Numerical entitlements - Add - Add up all the numerical entitlement values Minimum - Pick the minimum numerical entitlement value Maximum - Pick the maximum numerical entitlement value
- String/Text entitlements Coalesce - Combine all the entitlement values into an array
- Enum/Choice entitlements Coalesce - Combine all the entitlement values into an array

