Share via


CommonDataServiceForAppsLinkedService.AuthenticationType Property

Definition

Gets or sets the authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")]
public object AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")>]
member this.AuthenticationType : obj with get, set
Public Property AuthenticationType As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to