Show / Hide Table of Contents

Class UnauthenticatedAction

What to do with unauthenticated requests.

Inheritance
System.Object
UnauthenticatedAction
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class UnauthenticatedAction : Enum
Syntax (vb)
Public NotInheritable Class UnauthenticatedAction
    Inherits

     Enum

Synopsis

Fields

ALLOW

Allow the request to be forwarded to the target.

AUTHENTICATE

Redirect the request to the IdP authorization endpoint.

DENY

Return an HTTP 401 Unauthorized error.

value__

Fields

ALLOW

Allow the request to be forwarded to the target.

public const UnauthenticatedAction ALLOW
Field Value
Type Description
UnauthenticatedAction

AUTHENTICATE

Redirect the request to the IdP authorization endpoint.

public const UnauthenticatedAction AUTHENTICATE
Field Value
Type Description
UnauthenticatedAction

DENY

Return an HTTP 401 Unauthorized error.

public const UnauthenticatedAction DENY
Field Value
Type Description
UnauthenticatedAction

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX