Skip to main content

TrustedCaCertificate

TrustedCaCertificate is the trusted CA certificate that is trusted by the user for use in issuing certificates

type TrustedCaCertificate {
fingerprint: ID!
certificateType: CertificateType!
source: TrustedCACertificateSource!
subjectCN: [String]!
}

Fields

TrustedCaCertificate.fingerprint ● ID! non-null scalar

Fingerprint of the trusted CA certificate

TrustedCaCertificate.certificateType ● CertificateType! non-null enum

CertificateType defines what type of certificate the trusted CA cert is

TrustedCaCertificate.source ● TrustedCACertificateSource! non-null enum

Source defines how the certificate was loaded into the system

TrustedCaCertificate.subjectCN ● [String]! non-null scalar

SubjectCN of the trusted CA certificate

Member Of

TrustedCaCertificatesConnection object ● TrustedCaCertificatesEdge object ● TrustedCAEvaluationRule object