OBJECT

SyslogCertificateInfo

link GraphQL Schema definition

  • type SyslogCertificateInfo {
  • # Syslog server's X.509 certificate in Base64 encoded DER format. The certificate
  • # should start with -----BEGIN CERTIFICATE-----
  • serverCertificate: String
  • # User friendly name to identify the server certificate.
  • serverCertificateName: String
  • }