OpenIdConnectLoginArgs

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
constructor(nameClaimType: Output<String>? = null, scopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val nameClaimType: Output<String>? = null

The name of the claim that contains the users name.

Link copied to clipboard
val scopes: Output<List<String>>? = null

A list of the scopes that should be requested while authenticating.

Functions

Link copied to clipboard
open override fun toJava(): OpenIdConnectLoginArgs