EntitlementsConsumption

public struct EntitlementsConsumption : Equatable

Entitlements consumption information for the user

Properties

  • The user’s current assigned entitlements

    Declaration

    Swift

    public var entitlements: UserEntitlements
  • 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.

    Declaration

    Swift

    public var consumption: [EntitlementConsumption]