pentaholicense element
| Type: | pentahoTLSup |
This is a generic object to transfer license information to the GUI
Example XML
<?xml version="1.0" encoding="UTF-8"?> <pentaholicense> <subject>...</subject> <notBefore>...</notBefore> <notAfter>...</notAfter> <outofbounds>...</outofbounds> <pattern>...</pattern> <code>...</code> <format>...</format> </pentaholicense>
Example JSON
{
"subject" : "...",
"notBefore" : "...",
"notAfter" : "...",
"outofbounds" : false,
"pattern" : "...",
"code" : "...",
"format" : ...
}