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

Properties

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(): LoginScopesArgs