CredentialsFile Parameter (Connect-Couchbase Cmdlet)
Use this property if you need to provide credentials for multiple users or buckets. This file takes priority over other forms of authentication.
Syntax
Connect-Couchbase -CredentialsFile string
Data Type
cstr
Default Value
""
Remarks
Use this property if you need to provide credentials for multiple users or buckets. This takes priority over other forms of authentication.
Set CredentialsFile to the path to a file that has the same markup as below:
[{"user": "YourUserName1", "pass":"YourPassword1"}, {"user": "YourUserName2", "pass":"YourPassword2"}]