Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICouchbaseAnalyticsEncryptionSettings

Specifies encryption options for an analytics remote link.

Hierarchy

  • ICouchbaseAnalyticsEncryptionSettings

Implemented by

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