x509 recordThis record is a very simplified structure for storing X.509 certificate information. It currently supports only the issuer and subject names.
type x509: record {
issuer: string; # issuer name of the certificate
subject: string; # subject name of the certificate
};