Power BI Connector for Google Sheets

Build 24.0.9060

ProxyAuthScheme

The authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.

Possible Values

BASIC, DIGEST, NONE, NEGOTIATE, NTLM, PROPRIETARY

Data Type

string

Default Value

"BASIC"

Remarks

This value specifies the authentication type to use to authenticate to the HTTP proxy specified by ProxyServer and ProxyPort.

Note: The connector uses the system proxy settings by default, without further configuration needed. If you want to connect to another proxy, set ProxyAutoDetect to False and set values for ProxyServer and ProxyPort.

The authentication type can be one of the following:

  • BASIC: The connector performs HTTP BASIC authentication.
  • DIGEST: The connector performs HTTP DIGEST authentication.
  • NEGOTIATE: The connector retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • PROPRIETARY: The connector does not generate an NTLM or Kerberos token. You must supply this token in the Authorization header of the HTTP request.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

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