/AWS1/CL_EKSCERTAUTHVALIDITY¶
The validity period of a certificate authority's certificate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_notbefore TYPE /AWS1/EKSTIMESTAMP /AWS1/EKSTIMESTAMP¶
The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.
iv_notafter TYPE /AWS1/EKSTIMESTAMP /AWS1/EKSTIMESTAMP¶
The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.
Queryable Attributes¶
notBefore¶
The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTBEFORE() |
Getter for NOTBEFORE, with configurable default |
ASK_NOTBEFORE() |
Getter for NOTBEFORE w/ exceptions if field has no value |
HAS_NOTBEFORE() |
Determine if NOTBEFORE has a value |
notAfter¶
The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTAFTER() |
Getter for NOTAFTER, with configurable default |
ASK_NOTAFTER() |
Getter for NOTAFTER w/ exceptions if field has no value |
HAS_NOTAFTER() |
Determine if NOTAFTER has a value |