License

This is the class that represents lincenses.

A license defines the configuration and availability of mobile credentials for a customer. A customer may have many licenses.

License Properties

License

Field Type Inherited from Description
AvailableQty Int32 License Details of credential containers with status updates (if any)
ConsumedQty Int32 License Details of credentials with status updates (if any)
EndDate DateTime License Date and Time from which the subscription period expires (N/A at user level)
LicenseState String License Represents the current subscription status of an organization. (N/A at user level). Listed are the available status: GOOD_STANDING, NEARING_LIMIT, FULL_USAGE
Name String License Subscription Name that the Organization/Customer has bought/opted in for during on-boarding. Current available options (since writing this): STANDARD
PartNumber String License Subscription Part number (HID Defined part number)
PeriodState String License Represents the current subscription time period status of an organization. (N/A at user level). Listed are the available status: PENDING_START, NORMAL, REMINDER_A, REMINDER_B, GRACE, ON_NOTICE, SUSPENDED, TERMINATED
StartDate DateTime License Date and Time from which the subscription period starts (N/A at user level)
StatusMessage String License Provides an indication of the current subscription status of an organization. (N/A at user level)

JSON Structure of License

{
   "AvailableQty"	:	"Int32",
   "ConsumedQty"	:	"Int32",
   "EndDate"	:	"DateTime",
   "LicenseState"	:	"String",
   "Name"	:	"String",
   "PartNumber"	:	"String",
   "PeriodState"	:	"String",
   "StartDate"	:	"DateTime",
   "StatusMessage"	:	"String"
}