OBJECT
CertificateDetails
Description
Certificate information.
link GraphQL Schema definition
- type CertificateDetails {
- # ID of the certificate.
- String! :
- # Name of the certificate.
- String! :
- # Indicates whether the certificate is associated with a private key.
- Boolean! :
- # Expiration date for the certificate.
- DateTime! :
- # Purpose of the certificate.
- String! :
- # Description of the certificate.
- String :
- # Indicates whether the certificate is added to the trust store.
- Boolean :
- }