IGlobalValidation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.GlobalValidationTypeConverter))]
public interface IGlobalValidation : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.GlobalValidationTypeConverter))>]
type IGlobalValidation = interface
interface IJsonSerializable
Public Interface IGlobalValidation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ExcludedPath |
The paths for which unauthenticated flow would not be redirected to the login page. |
RedirectToProvider |
The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage". |
UnauthenticatedClientAction |
The action to take when an unauthenticated client attempts to access the app. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |