EntitlementConsumer

public struct EntitlementConsumer : Equatable

A representation of the sub-user level consuming resource of an entitlement

Properties

  • id

    ID of the resource consuming an entitlement

    Declaration

    Swift

    public var id: String
  • Issuer of the ID of the consumer. For example sudoplatform.sudoservice for a Sudo ID

    Declaration

    Swift

    public var issuer: String