次の方法で共有


CommonDataServiceForAppsLinkedService.AuthenticationType プロパティ

定義

Common Data Service for Apps サーバーに接続する認証の種類を取得または設定します。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd" です。 オンライン シナリオでのサーバー間認証の 'AADServicePrincipal'。 型: string (または resultType 文字列を含む式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象