Open Id Connect Login Args
data class OpenIdConnectLoginArgs(val nameClaimType: Output<String>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<OpenIdConnectLoginArgs>
The configuration settings of the login flow of the custom Open ID Connect provider.
Constructors
Link copied to clipboard
fun OpenIdConnectLoginArgs(nameClaimType: Output<String>? = null, scopes: Output<List<String>>? = null)