OBJECT

CdmMongoSslParams

Description

SSL Configuration for a MongoDB source object.

link GraphQL Schema definition

  • type CdmMongoSslParams {
  • # Specifies whether SSL is enabled or not.
  • isSslEnabled: Boolean!
  • # Path to the CA certificate.
  • sslCaCerts: String!
  • # Path to the SSL Certificate.
  • sslCertfile: String!
  • # Path to the SSL Key.
  • sslKeyfile: String!
  • # SSL certificate requirements.
  • sslCertRequirements: SourceSslCertReqs!
  • }