AuthScheme
The authentication scheme used. Accepted entries are Anonymous, Plain, LDAP, NOSASL, and Kerberos.
Possible Values
Anonymous, Plain, NOSASL, LDAP, KerberosData Type
string
Default Value
"Anonymous"
Remarks
The AuthScheme used to authenticate with SparkSQL.
| Anonymous | Used when user credentials are not required. The value 'anonymous' will be sent for the User and Password fields. |
| Plain | Used when the authentication is set to None (uses Plain SASL), PAM, or CUSTOM. And User or Password are necessary. |
| NOSASL | Used when SASL authentication is disabled. |
| LDAP | Used when the authentication is set to LDAP. |
| Kerberos | Used when the authentication is set to Kerberos. |