Cmdlets for Apache Phoenix

Build 24.0.9060

AuthScheme Parameter (Connect-ApachePhoenix Cmdlet)

The scheme used for authentication. Accepted entries are None, and Negotiate (Kerberos). None is the default.

Syntax

Connect-ApachePhoenix -AuthScheme string

Possible Values

None, Basic, Negotiate, AzureHDInsight

Data Type

cstr

Default Value

"Basic"

Remarks

This field is used to authenticate against the server. Use the following options to select your authentication scheme:

  • None: No authentication is performed.
  • Basic: Basic authentication is performed. Properties User and Password need to be set to perform Basic authentication.
  • Negotiate: If AuthScheme is set to Negotiate, the cmdlet will negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.
  • AzureHDInsight: If AuthScheme is set to AzureHDInsight, the cmdlet will connect to Azure HDInsight. Properties User, Password, and ClusterName need to be set for this to work.

This is a required parameter.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060