@sudoplatform/sudo-entitlements-admin
    Preparing search index...

    Interface ExternalEntitlementsConsumption

    Entitlements consumption information

    interface ExternalEntitlementsConsumption {
        consumption: EntitlementConsumption[];
        entitlements: ExternalUserEntitlements;
    }
    Index

    Properties

    consumption: EntitlementConsumption[]

    Entitlement consumption information for each of a user's entitlements. If there is no entry for an entitlement, none of the entitlement has been consumed.