Open Id Connect Config Args
data class OpenIdConnectConfigArgs(val authorizationEndpoint: Output<String>? = null, val certificationUri: Output<String>? = null, val issuer: Output<String>? = null, val tokenEndpoint: Output<String>? = null, val wellKnownOpenIdConfiguration: Output<String>? = null) : ConvertibleToJava<OpenIdConnectConfigArgs>
The configuration settings of the endpoints used for the custom Open ID Connect provider.