Show / Hide Table of Contents

Class CfnListenerRule.AuthenticateOidcConfigProperty

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

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

Synopsis

Constructors

AuthenticateOidcConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListenerRule.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams.

AuthorizationEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.AuthorizationEndpoint.

ClientId

CfnListenerRule.AuthenticateOidcConfigProperty.ClientId.

ClientSecret

CfnListenerRule.AuthenticateOidcConfigProperty.ClientSecret.

Issuer

CfnListenerRule.AuthenticateOidcConfigProperty.Issuer.

OnUnauthenticatedRequest

CfnListenerRule.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest.

Scope

CfnListenerRule.AuthenticateOidcConfigProperty.Scope.

SessionCookieName

CfnListenerRule.AuthenticateOidcConfigProperty.SessionCookieName.

SessionTimeout

CfnListenerRule.AuthenticateOidcConfigProperty.SessionTimeout.

TokenEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.TokenEndpoint.

UseExistingClientSecret

CfnListenerRule.AuthenticateOidcConfigProperty.UseExistingClientSecret.

UserInfoEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.UserInfoEndpoint.

Constructors

AuthenticateOidcConfigProperty()

public AuthenticateOidcConfigProperty()

Properties

AuthenticationRequestExtraParams

CfnListenerRule.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams.

public object AuthenticationRequestExtraParams { get; set; }
Property Value

System.Object

Remarks

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

AuthorizationEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.AuthorizationEndpoint.

public string AuthorizationEndpoint { get; set; }
Property Value

System.String

Remarks

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

ClientId

CfnListenerRule.AuthenticateOidcConfigProperty.ClientId.

public string ClientId { get; set; }
Property Value

System.String

Remarks

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

ClientSecret

CfnListenerRule.AuthenticateOidcConfigProperty.ClientSecret.

public string ClientSecret { get; set; }
Property Value

System.String

Remarks

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

Issuer

CfnListenerRule.AuthenticateOidcConfigProperty.Issuer.

public string Issuer { get; set; }
Property Value

System.String

Remarks

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

OnUnauthenticatedRequest

CfnListenerRule.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest.

public string OnUnauthenticatedRequest { get; set; }
Property Value

System.String

Remarks

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

Scope

CfnListenerRule.AuthenticateOidcConfigProperty.Scope.

public string Scope { get; set; }
Property Value

System.String

Remarks

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

SessionCookieName

CfnListenerRule.AuthenticateOidcConfigProperty.SessionCookieName.

public string SessionCookieName { get; set; }
Property Value

System.String

Remarks

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

SessionTimeout

CfnListenerRule.AuthenticateOidcConfigProperty.SessionTimeout.

public Nullable<double> SessionTimeout { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

TokenEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.TokenEndpoint.

public string TokenEndpoint { get; set; }
Property Value

System.String

Remarks

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

UseExistingClientSecret

CfnListenerRule.AuthenticateOidcConfigProperty.UseExistingClientSecret.

public object UseExistingClientSecret { get; set; }
Property Value

System.Object

Remarks

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

UserInfoEndpoint

CfnListenerRule.AuthenticateOidcConfigProperty.UserInfoEndpoint.

public string UserInfoEndpoint { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnListenerRule.IAuthenticateOidcConfigProperty
Back to top Generated by DocFX