GlobalValidation.UnauthenticatedClientAction Property

Definition

Gets or sets the action to take when an unauthenticated client attempts to access the app. Possible values include: 'RedirectToLoginPage', 'AllowAnonymous', 'Return401', 'Return403'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to