Skip to content

Commit

Permalink
Merge pull request #17 from 10Duke/validfrom_and_validuntil_to_licens…
Browse files Browse the repository at this point in the history
…eprovisioned_event

Fixed documentation of LicenseProvisioned event.
  • Loading branch information
Jarkko-10Duke committed May 17, 2024
2 parents 0948f7e + a58a131 commit ed82eb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,11 @@ Events related to license provisioning.
| useTime | Long | Granted use time |
| useCount | Long | Granted use count |
| seatCount | Integer | Granted seat count |
| validFrom | Long | Validity start time as milliseconds since 1970-01-01T00:00:00Z (UTC), or unspecified invalid / validity not started |
| validUntil | Long | Validity end time as milliseconds since 1970-01-01T00:00:00Z (UTC), or unspecified for indefinite validity |
| technicalUser | Boolean | DEPRECATED and will be replaced by userType. True if userId represents a technical user, false or not specified otherwise. |
| userId | String | User id |
| userType | String | User type |
| userId | String | Id of licensee if licensee is a user |
| userType | String | Type of licensee if licensee is a user |
| errorInfo | ErrorInfo | [ErrorInfo](#errorinfo) object describing error if an error occurred |
| eventTime | Long | Milliseconds since 1970-01-01T00:00:00Z (UTC) |
| requestId | String | Request id |
Expand Down

0 comments on commit ed82eb0

Please sign in to comment.