Show / Hide Table of Contents

Class CfnListener.AuthenticateOidcConfigProperty

Inheritance
System.Object
CfnListener.AuthenticateOidcConfigProperty
Implements
CfnListener.IAuthenticateOidcConfigProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class AuthenticateOidcConfigProperty : Object, CfnListener.IAuthenticateOidcConfigProperty
Syntax (vb)
Public Class AuthenticateOidcConfigProperty
    Inherits Object
    Implements CfnListener.IAuthenticateOidcConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html

Synopsis

Constructors

AuthenticateOidcConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListener.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams.

AuthorizationEndpoint

CfnListener.AuthenticateOidcConfigProperty.AuthorizationEndpoint.

ClientId

CfnListener.AuthenticateOidcConfigProperty.ClientId.

ClientSecret

CfnListener.AuthenticateOidcConfigProperty.ClientSecret.

Issuer

CfnListener.AuthenticateOidcConfigProperty.Issuer.

OnUnauthenticatedRequest

CfnListener.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest.

Scope

CfnListener.AuthenticateOidcConfigProperty.Scope.

SessionCookieName

CfnListener.AuthenticateOidcConfigProperty.SessionCookieName.

SessionTimeout

CfnListener.AuthenticateOidcConfigProperty.SessionTimeout.

TokenEndpoint

CfnListener.AuthenticateOidcConfigProperty.TokenEndpoint.

UserInfoEndpoint

CfnListener.AuthenticateOidcConfigProperty.UserInfoEndpoint.

Constructors

AuthenticateOidcConfigProperty()

public AuthenticateOidcConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListener.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams.

public object AuthenticationRequestExtraParams { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-authenticationrequestextraparams

AuthorizationEndpoint

CfnListener.AuthenticateOidcConfigProperty.AuthorizationEndpoint.

public string AuthorizationEndpoint { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-authorizationendpoint

ClientId

CfnListener.AuthenticateOidcConfigProperty.ClientId.

public string ClientId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-clientid

ClientSecret

CfnListener.AuthenticateOidcConfigProperty.ClientSecret.

public string ClientSecret { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-clientsecret

Issuer

CfnListener.AuthenticateOidcConfigProperty.Issuer.

public string Issuer { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-issuer

OnUnauthenticatedRequest

CfnListener.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest.

public string OnUnauthenticatedRequest { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-onunauthenticatedrequest

Scope

CfnListener.AuthenticateOidcConfigProperty.Scope.

public string Scope { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-scope

SessionCookieName

CfnListener.AuthenticateOidcConfigProperty.SessionCookieName.

public string SessionCookieName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-sessioncookiename

SessionTimeout

CfnListener.AuthenticateOidcConfigProperty.SessionTimeout.

public string SessionTimeout { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-sessiontimeout

TokenEndpoint

CfnListener.AuthenticateOidcConfigProperty.TokenEndpoint.

public string TokenEndpoint { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-tokenendpoint

UserInfoEndpoint

CfnListener.AuthenticateOidcConfigProperty.UserInfoEndpoint.

public string UserInfoEndpoint { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listener-authenticateoidcconfig-userinfoendpoint

Implements

CfnListener.IAuthenticateOidcConfigProperty
Back to top Generated by DocFX