AuthScheme Parameter (Connect-Couchbase Cmdlet)
The type of authentication to use when connecting to Couchbase.
Syntax
Connect-Couchbase -AuthScheme string
Possible Values
Basic, CredentialsFile, SSLCertificateData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Uses HTTP Basic authentication with User and Password.
- CredentialsFile: Uses a credentials file. This will require that the CredentialsFile property be set.
- SSLCertificate: Uses SSL client certificate authentication. Requires that UseSSL be enabled and that SSLClientCert and SSLClientCertType be set.
Note that only Basic authentication is supported when using the "Cloud" ConnectionMode.
This is a required parameter.