Record consumption of a set of boolean entitlements.
This is to support services that want a record of usage recorded but have no service side enforcement point.
Boolean entitlement names to record consumption of
NotSignedInError User is not signed in
InsufficientEntitlementsError User is not entitled to one or more of the boolean entitlements. Check entitlements and that redeemEntitlements has been called for the user.
InvalidArgumentError One or more of the specified entitlement names does not correspond to a boolean entitlement defined to the entitlements serivce
ServiceError An error occurred within the entitlements service that indiciates an issue with the configuration or operation of the service. *
Return any entitlements for the currently logged in user or null if none.
This will return undefined for any of the conditions that return Sudos for the redeemEntitlements API.
Currently active entitlements set as an [[EntitlementsSet
]], if any, for the logged in user.
Return entitlements consumption information for the user.
[[EntitlementsConsumption
]]: Current entitlements and consumption for the logged in user.
NoEntitlementsError
InvalidTokenError
Redeem entitlements for the currently logged in user.
If the user has already redeemed entitlements then the user's current entitlements as determined by the original redemption and any subsequent administrative modifications rather than entitlements corresponding to the user's current identity token claims are returned.
Redeemed or currently active entitlements set for the logged in user.
InvalidTokenError
ServiceError
Client responsible for establishing entitlements of federated identities.