AuthenticationPolicyPropertiesFormat.OnUnauthenticatedRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The action to take when a request is unauthenticated. When omitted, user sign-in policies default to authenticate and JWT validation policies default to deny.
public Azure.ResourceManager.Network.Models.UnauthenticatedRequestAction? OnUnauthenticatedRequest { get; set; }
member this.OnUnauthenticatedRequest : Nullable<Azure.ResourceManager.Network.Models.UnauthenticatedRequestAction> with get, set
Public Property OnUnauthenticatedRequest As Nullable(Of UnauthenticatedRequestAction)