GlobalValidation Class
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 configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GlobalValidationTypeConverter))]
public class GlobalValidation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGlobalValidation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GlobalValidationTypeConverter))>]
type GlobalValidation = class
interface IGlobalValidation
interface IJsonSerializable
Public Class GlobalValidation
Implements IGlobalValidation
- Inheritance
-
GlobalValidation
- Attributes
- Implements
Constructors
GlobalValidation() |
Creates an new GlobalValidation instance. |
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". |
RequireAuthentication |
|
UnauthenticatedClientAction |
The action to take when an unauthenticated client attempts to access the app. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GlobalValidation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GlobalValidation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGlobalValidation. |
FromJsonString(String) |
Creates a new instance of GlobalValidation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GlobalValidation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |