models_v2.status_25_enum module¶
-
class
models_v2.status_25_enum.
Status25Enum
[source]¶ Bases:
object
Implementation of the ‘Status25’ enum.
Validation Status of the certificate.
- Attributes:
VALID: TODO: type description here. EXPIRED: TODO: type description here. REVOKED: TODO: type description here. UNKNOWN: TODO: type description here.
-
EXPIRED
= 'Expired'¶
-
REVOKED
= 'Revoked'¶
-
UNKNOWN
= 'Unknown'¶
-
VALID
= 'Valid'¶