Entitlements consumption information for the user

interface EntitlementsConsumption {
    consumption: EntitlementConsumption[];
    entitlements: UserEntitlements;
}

Properties

consumption: EntitlementConsumption[]

Consumption information for consumed entitlements.

Absence of an element in this array for a particular entitlement indicates that the entitlement has not been consumed at all.

For sub-user level resource consumption, absence of an element in this array for a particular potential consumer indicates that the entitlement has not be consumed at all by that consumer.

entitlements: UserEntitlements

The user's current assigned entitlements

Generated using TypeDoc