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