Compartilhar via


AuthConfigProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigPropertiesTypeConverter))]
public class AuthConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAuthConfigProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigPropertiesTypeConverter))>]
type AuthConfigProperties = class
    interface IAuthConfigProperties
    interface IJsonSerializable
Public Class AuthConfigProperties
Implements IAuthConfigProperties
Inheritance
AuthConfigProperties
Attributes
Implements

Constructors

AuthConfigProperties()

Properties

CookieExpirationConvention
CookieExpirationTimeToExpiration
ForwardProxyConvention
ForwardProxyCustomHostHeaderName
ForwardProxyCustomProtoHeaderName
GlobalValidationExcludedPath
GlobalValidationRedirectToProvider
GlobalValidationUnauthenticatedClientAction
HttpSettingRequireHttps
IdentityProvider
LoginAllowedExternalRedirectUrl
LoginPreserveUrlFragmentsForLogin
NonceExpirationInterval
NonceValidateNonce
PlatformEnabled
PlatformRuntimeVersion
RouteApiPrefix
RouteLogoutEndpoint

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to