Class CfnListenerRule.AuthenticateOidcConfigProperty
Inheritance
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
Synopsis
Constructors
AuthenticateOidcConfigProperty() |
Properties
AuthenticationRequestExtraParams |
|
AuthorizationEndpoint |
|
ClientId |
|
ClientSecret |
|
Issuer |
|
OnUnauthenticatedRequest |
|
Scope |
|
SessionCookieName |
|
SessionTimeout |
|
TokenEndpoint |
|
UseExistingClientSecret |
|
UserInfoEndpoint |
|
Constructors
AuthenticateOidcConfigProperty()
public AuthenticateOidcConfigProperty()
Properties
AuthenticationRequestExtraParams
CfnListenerRule.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams
.
public object AuthenticationRequestExtraParams { get; set; }
Property Value
System.Object
Remarks
AuthorizationEndpoint
CfnListenerRule.AuthenticateOidcConfigProperty.AuthorizationEndpoint
.
public string AuthorizationEndpoint { get; set; }
Property Value
System.String
Remarks
ClientId
CfnListenerRule.AuthenticateOidcConfigProperty.ClientId
.
public string ClientId { get; set; }
Property Value
System.String
Remarks
ClientSecret
CfnListenerRule.AuthenticateOidcConfigProperty.ClientSecret
.
public string ClientSecret { get; set; }
Property Value
System.String
Remarks
Issuer
CfnListenerRule.AuthenticateOidcConfigProperty.Issuer
.
public string Issuer { get; set; }
Property Value
System.String
Remarks
OnUnauthenticatedRequest
CfnListenerRule.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest
.
public string OnUnauthenticatedRequest { get; set; }
Property Value
System.String
Remarks
Scope
CfnListenerRule.AuthenticateOidcConfigProperty.Scope
.
public string Scope { get; set; }
Property Value
System.String
Remarks
SessionCookieName
CfnListenerRule.AuthenticateOidcConfigProperty.SessionCookieName
.
public string SessionCookieName { get; set; }
Property Value
System.String
Remarks
SessionTimeout
CfnListenerRule.AuthenticateOidcConfigProperty.SessionTimeout
.
public Nullable<double> SessionTimeout { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
TokenEndpoint
CfnListenerRule.AuthenticateOidcConfigProperty.TokenEndpoint
.
public string TokenEndpoint { get; set; }
Property Value
System.String
Remarks
UseExistingClientSecret
CfnListenerRule.AuthenticateOidcConfigProperty.UseExistingClientSecret
.
public object UseExistingClientSecret { get; set; }
Property Value
System.Object
Remarks
UserInfoEndpoint
CfnListenerRule.AuthenticateOidcConfigProperty.UserInfoEndpoint
.
public string UserInfoEndpoint { get; set; }
Property Value
System.String