SiteAuthSettingsInner.UnauthenticatedClientAction 속성

정의

인증되지 않은 클라이언트가 앱에 액세스하려고 할 때 수행할 작업을 가져오거나 설정합니다. 가능한 값은 'RedirectToLoginPage', 'AllowAnonymous'입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")]
public Microsoft.Azure.Management.AppService.Fluent.Models.UnauthenticatedClientAction? UnauthenticatedClientAction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")>]
member this.UnauthenticatedClientAction : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UnauthenticatedClientAction> with get, set
Public Property UnauthenticatedClientAction As Nullable(Of UnauthenticatedClientAction)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상