The sub-user level consuming resource of an entitlement

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

Properties

Properties

id: string

ID of the resource consuming an entitlement

issuer: string

The issuer of the ID. For example sudoplatform.sudoservice for a Sudo ID

Generated using TypeDoc