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