...
version | Integer | Version of the license |
---|---|---|
signature | String | Cryptographic signature of the license. Used to validate it |
license_id | String | License identifier |
license_code | String | Human-readable license code |
manager_id | String | Manager identifier |
valid_since | Integer | First day of license validity. Expressed as number of days since Unix epoch. |
valid_until | Integer | Last day of license validity. Expressed as number of days since Unix epoch. |
type | String | Type of license. |
max_sessions | Integer | Maximum number of sessions granted by the license. |
usage | LicenseUsageInfo | Information about session currently using this license |
...