ListedCertificate
Describes the properties of a certificate.
Types
Properties
An optional date that specifies when the certificate becomes active. If you do not specify a value, ActiveDate
takes the same value as NotBeforeDate
, which is specified by the CA.
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
The name or short description that's used to identify the certificate.
An optional date that specifies when the certificate becomes inactive. If you do not specify a value, InactiveDate
takes the same value as NotAfterDate
, which is specified by the CA.
The certificate can be either ACTIVE
, PENDING_ROTATION
, or INACTIVE
. PENDING_ROTATION
means that this certificate will replace the current certificate when it expires.
The type for the certificate. If a private key has been specified for the certificate, its type is CERTIFICATE_WITH_PRIVATE_KEY
. If there is no private key, the type is CERTIFICATE
.
Specifies how this certificate is used. It can be used in the following ways: