INPUT_OBJECT

SyslogCertificateInfoInput

Description

Input for retrieving syslog information.

link GraphQL Schema definition

  • input SyslogCertificateInfoInput {
  • # Syslog server's X.509 certificate in Base64 encoded DER format.
  • serverCertificate: String
  • # User friendly name to identify the server certificate.
  • serverCertificateName: String
  • }