CertificateValidity
CertificateValidity
Describes the validity of the Certificate in terms of dates.
JSON Example
{
"beginsOn": 1541116800000,
"expiresOn": 1924991999000
}
integer As int64 As int64
beginsOn
Optional
A UNIX timestamp in microseconds represnting when the validaty of the Certificate begins.
integer As int64 As int64
expiresOn
Optional
A UNIX timestamp in microseconds represnting when the validaty of the Certificate expires.