SiteAuthSettingsInner.MicrosoftAccountClientId 속성

정의

인증에 사용되는 앱에 대해 만들어진 OAuth 2.0 클라이언트 ID를 가져오거나 설정합니다. 이 설정은 Microsoft 계정 인증을 사용하도록 설정하는 데 필요합니다. Microsoft 계정 OAuth 설명서: https://dev.onedrive.com/auth/msa_oauth.htm

[Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountClientId")]
public string MicrosoftAccountClientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountClientId")>]
member this.MicrosoftAccountClientId : string with get, set
Public Property MicrosoftAccountClientId As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상