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

    Interface EntitlementConsumer

    ID of individual entitlement consumer. A different consumer is specified for each consumption record for "per something" entitlements. The issuer, identifies the source of the consumer. For example, consumption of a "per Sudo" entitlement will have a consumption record for each Sudo that has consumed the entitlement with a consumer identifying each such Sudo.

    interface EntitlementConsumer {
        id: string;
        issuer: string;
    }
    Index

    Properties

    Properties

    id: string

    ID of the consumer

    issuer: string

    Issuing service of the ID.