Skip to main content

DigitalIdCert

Information stored about a certificate associated with a digital id.

Properties

NameTypeDescriptionNotes
descriptionStringThe description providing the purpose of this certificate.[optional]
digitalIdIdStringThe UUID of the digital id to which this certificate belongs[optional]
digitalIdTypeDigitalIdTypeEnumThe type of the digital Id to which this certificate belongs.[optional]
idStringThe UUID of this Digital Id Certificate.[optional]
issuerDNStringThe issuer DN of this certificate.[optional]
notAfterOffsetDateTimeThe expiry date of this certificate.[optional]
notBeforeOffsetDateTimeThe issue date of this certificate.[optional]
pivContainerStringThe name of the PIV container that stores this certificate on the smart card.[optional]
serialNumberStringThe serial number of this certificate.[optional]
statusStatusEnumThe status of this certificate. If not set, the revocation status has not been retrieved from the CA.[optional]
subjectDNStringThe subject DN of this certificate.[optional]

DigitalIdTypeEnum

NameValue
CARDHOLDER"PIV_CARDHOLDER"
CARD"PIV_CARD"

StatusEnum

NameValue
ACTIVE"ACTIVE"
REVOKED"REVOKED"
HOLD"HOLD"
EXPIRED"EXPIRED"
NOT_AVAILABLE"NOT_AVAILABLE"