Certificate
Certificate
input Certificate {
key: String!
value: String!
}
Fields
Certificate.key ● String! non-null scalar
CertificateType
Can be either LEAF or INTERMEDIATE
Certificate.value ● String! non-null scalar
Base64 value of the certificate
Member Of
SignatureData input