loginScopes

@JvmName(name = "ujesrglmnqxgpotb")
suspend fun loginScopes(value: Output<List<String>>)
@JvmName(name = "fwhajenasdhbcsgt")
suspend fun loginScopes(value: List<String>?)

Parameters

value

A list of Login Scopes provided by this Authentication Provider.

NOTE: This is configured on the Authentication Provider side and is Read Only here.


@JvmName(name = "jnvevyjfwbitqfqp")
suspend fun loginScopes(vararg values: Output<String>)


@JvmName(name = "lqirylytsfqmpwfy")
suspend fun loginScopes(values: List<Output<String>>)
@JvmName(name = "ltiuihduchxvjgli")
suspend fun loginScopes(vararg values: String)

Parameters

values

A list of Login Scopes provided by this Authentication Provider.

NOTE: This is configured on the Authentication Provider side and is Read Only here.