AuthScheme Parameter (Connect-SparkSQL Cmdlet)
The authentication scheme used. Accepted entries are Plain, LDAP, NOSASL, and Kerberos.
Syntax
Connect-SparkSQL -AuthScheme string
Possible Values
Plain, NOSASL, LDAP, KerberosData Type
cstr
Default Value
"Plain"
Remarks
The AuthScheme used to authenticate with SparkSQL.
This is a required parameter.