Cmdlets for SuiteCRM

Build 22.0.8462

AuthScheme Parameter (Connect-SuiteCRM Cmdlet)

The type of authentication to use when connecting to SuiteCRM.

Syntax

Connect-SuiteCRM -AuthScheme string

Possible Values

OAuthClient, OAuthPassword, Basic

Data Type

cstr

Default Value

"OAuthClient"

Remarks

  • OAuthClient: Set to this to perform OAuth authentication with the client credentials grant type. Only available for the suitecrmv8 Schema.
  • OAuthPassword: Set to this to perform OAuth authentication with the password grant type. Only available for the suitecrmv8 Schema.
  • Basic: Set to this for Basic authentication with user and password. Only available for the suitecrmv4 Schema.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462