Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
security_options::built Struct Reference

#include <couchbase/security_options.hxx>

Public Attributes

bool enabled
 
tls_verify_mode tls_verify
 
std::optional< std::string > trust_certificate
 
std::optional< std::string > trust_certificate_value
 
bool disable_mozilla_ca_certificates
 
bool disable_deprecated_protocols
 
bool disable_tls_v1_2
 

Member Data Documentation

◆ disable_deprecated_protocols

bool disable_deprecated_protocols

◆ disable_mozilla_ca_certificates

bool disable_mozilla_ca_certificates

◆ disable_tls_v1_2

bool disable_tls_v1_2

◆ enabled

bool enabled

◆ tls_verify

tls_verify_mode tls_verify

◆ trust_certificate

std::optional<std::string> trust_certificate

◆ trust_certificate_value

std::optional<std::string> trust_certificate_value

The documentation for this struct was generated from the following file: