Cmdlets for Zendesk

Build 25.0.9539

AuthScheme Parameter (Connect-Zendesk Cmdlet)

Specifies the desired authentication scheme for connecting to Zendesk.

Syntax

Connect-Zendesk -AuthScheme string

Possible Values

OAuth, OAuthPKCE, APIToken

Data Type

cstr

Default Value

"OAuth"

Remarks

Zendesk supports the following authentication options:

  • OAuth: Perform OAuth authentication.
  • OAuthPKCE: Use the standard OAuth flow's Proof Key of Code Exchange(PKCE) extension. Requires the use of a PKCEVerifier. If the user does not explicitly set their own PKCEVerifier, the driver generates one automatically.
  • APIToken: Perform Basic User/APIToken authentication.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539