LoginScopesArgs

data class LoginScopesArgs(val scopes: Output<List<String>>? = null) : ConvertibleToJava<LoginScopesArgs>

The configuration settings of the login flow, including the scopes that should be requested.

Constructors

Link copied to clipboard
fun LoginScopesArgs(scopes: Output<List<String>>? = null)

Functions

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

Properties

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

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