solution-license
solution-license
Model represents details of license for a solution
JSON Example
{
"capacity": "string",
"edition": "string",
"expirationDate": 0,
"id": "string",
"licenseKey": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"usage": "string"
}
string
capacity
Optional
The capacity of the license.
string
edition
Optional
The license edition.
Possible values are : NOT_LICENSED, FOUNDATION, CORE, STANDARD, ADVANCED, ENTERPRISE, UNKNOWN,
integer As int64 As int64
expirationDate
Optional
The expiration date of the license.
string
id
Required
Identifier of the license.
string
licenseKey
Required
The license key.
string
usage
Optional
Count of number of objects used.