AuthScheme Parameter (Connect-Cassandra Cmdlet)
認証で使用されるスキーム。利用可能なエンティティは、Basic、DSE、Kerberos、およびLDAP です。
Syntax
Connect-Cassandra -AuthScheme string
Possible Values
Basic, DSE, Kerberos, LDAPData Type
cstr
Default Value
"Basic"
Remarks
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.