Cmdlets for Microsoft Dataverse

Build 23.0.8839

AuthScheme Parameter (Connect-CDS Cmdlet)

The type of authentication to use when connecting to Microsoft Dataverse.

Syntax

Connect-CDS -AuthScheme string

Possible Values

AzureAD, AzureMSI, AzureServicePrincipal, AzureServicePrincipalCert

Data Type

cstr

Default Value

"AzureAD"

Remarks

  • AzureAD: Set this to perform Azure Active Directory OAuth authentication.
  • AzureMSI: Set this to automatically obtain Managed Service Identity credentials when running on an Azure VM.
  • AzureServicePrincipal: Set this to authenticate as an Azure Service Principal using a Client Secret.
  • AzureServicePrincipalCert: Set this to authenticate as an Azure Service Principal using a Certificate.

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