Overview
The subscription entitlement object represents the entitlement a subscription holds for a feature. A subscription can have several subscription entitlements, each tied to a specific feature.
How subscription entitlements are determined
Sample Subscription entitlementJSON
API Index URL
Subscription entitlements attributes
The unit of measure
for the feature when its type
is either quantity
or range
.
Specifies the type of the feature associated with the granted subscription entitlement.
The value denoting the final entitlement level that the subscription holds for the feature.
See also: How subscription entitlements are determined.
The display name of the final entitlement level that the subscription holds for the feature. It is derived based on the type
of feature as follows: - When feature.type is range or quantity: the name is the space-separated concatenation of value and the pluralized form of feature_unit. For example, if value is 20 and feature_unit is user, then name becomes 20 users.
- When
feature.typeiscustom: thenameis the same asvalue. - When
feature.typeisswitch:nameis set toAvailablewhenvalueistrue; it's set toNot Availablewhenvalueisfalse.
Indicates whether the entitlement held by the subscription for the feature is overridden via an entitlement_overrides
record.
Timestamp when the subscription entitlements are going to expire.