Compartilhar via


AuthConfig Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigTypeConverter))]
public class AuthConfig : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAuthConfig, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigTypeConverter))>]
type AuthConfig = class
    interface IAuthConfig
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class AuthConfig
Implements IAuthConfig, IValidates
Inheritance
AuthConfig
Attributes
Implements

Constructors

AuthConfig()

Properties

CookieExpirationConvention
CookieExpirationTimeToExpiration
ForwardProxyConvention
ForwardProxyCustomHostHeaderName
ForwardProxyCustomProtoHeaderName
GlobalValidationExcludedPath
GlobalValidationRedirectToProvider
GlobalValidationUnauthenticatedClientAction
HttpSettingRequireHttps
Id
IdentityProvider
LoginAllowedExternalRedirectUrl
LoginPreserveUrlFragmentsForLogin
Name
NonceExpirationInterval
NonceValidateNonce
PlatformEnabled
PlatformRuntimeVersion
ResourceGroupName
RouteApiPrefix
RouteLogoutEndpoint
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
Type

Methods

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

Applies to