Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CouchbaseAnalyticsEncryptionSettings

Includes information about an analytics remote links encryption.

Hierarchy

  • CouchbaseAnalyticsEncryptionSettings

Implements

Index

Properties

Optional certificate

certificate: Buffer

Provides a certificate to use for connecting when encryption level is set to full. Required when encryptionLevel is set to Full.

Optional clientCertificate

clientCertificate: Buffer

Provides a client certificate to use for connecting when encryption level is set to full. Cannot be set if a username/password are used.

Optional clientKey

clientKey: Buffer

Provides a client key to use for connecting when encryption level is set to full. Cannot be set if a username/password are used.

encryptionLevel

encryptionLevel: AnalyticsEncryptionLevel

Specifies what level of encryption should be used.

Generated using TypeDoc