AuthScheme
認証で使用されるスキーム。利用可能なエンティティは、Basic、DSE、Kerberos、およびLDAP です。
Possible Values
Basic, DSE, Kerberos, LDAPデータ型
string
デフォルト値
"Basic"
解説
Set this property to authenticate to open-source or DataStax Enterprise (DSE) Cassandra instances.
このフィールドは、Password およびUser とともに、サーバーに対して認証をするために使われます。デフォルトオプションはBasic です。次のオプションを使って、認証スキームを選択してください。
- Basic:Set this to authenticate with login credentials and Cassandra's built-in authentication.
- DSE:Set this to authenticate with login credentials and the DSE Unified Authenticator.
- Kerberos:Set this to use Kerberos to authenticate.
- LDAP:Set this to use LDAP to authenticate.