Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/management/analytics_link.hxx>
Public Attributes | |
analytics_encryption_level | encryption_level { analytics_encryption_level::none } |
Specifies what level of encryption should be applied. | |
std::optional< std::string > | certificate {} |
The certificate to use for encryption when the encryption level is set to 'full'. | |
std::optional< std::string > | client_certificate {} |
The certificate to use for authenticating when the encryption level is set to 'full'. | |
std::optional< std::string > | client_key {} |
The client key to use for authenticating when the encryption level is set to 'full'. | |
std::optional<std::string> certificate {} |
The certificate to use for encryption when the encryption level is set to 'full'.
std::optional<std::string> client_certificate {} |
The certificate to use for authenticating when the encryption level is set to 'full'.
Cannot be set if a username and password are provided
std::optional<std::string> client_key {} |
The client key to use for authenticating when the encryption level is set to 'full'.
Cannot be set if a username and password are provided
analytics_encryption_level encryption_level { analytics_encryption_level::none } |
Specifies what level of encryption should be applied.