License Info Data Type

Additional license details per license type

Properties
Name Type Description
type string License type
expirationDate string License expiration date and time in ISO-8601 format.
aboutToExpire boolean true if the licenses are about to expire, false otherwise
quantity number License quantity
statusType string

License status type

Values could be any one of the following:
  • INFO
  • WARNING
statusDescription string License status description

Example

{
  "type" : "TRIAL",
  "expirationDate" : "2019-05-30T11:04:30.45Z",
  "aboutToExpire" : true,
  "quantity" : 10,
  "statusType" : "WARNING",
  "statusDescription" : "10 Trial licenses expire on 05/30/2019"
}