OBJECT

MongodbSslOptions

Description

SSL Configuration for MongoDB source object.

link GraphQL Schema definition

  • type MongodbSslOptions {
  • # Whether ssl is enabled or not.
  • ssl: Boolean!
  • # Path to CA certificate.
  • sslCaCerts: String!
  • # Path to SSL Certificate.
  • sslCertfile: String!
  • # Path to SSL Key.
  • sslKeyfile: String!
  • # SSL certificate requirements.
  • sslCertRequirements: SourceSslCertReqs!
  • }