loginScopes

@JvmName(name = "vocsddkryoktpbkx")
suspend fun loginScopes(value: Output<List<String>>)
@JvmName(name = "fvxdlllvkfeoljic")
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 = "lkhnevfoslhgfdta")
suspend fun loginScopes(vararg values: Output<String>)


@JvmName(name = "iaafjimnplrwfngt")
suspend fun loginScopes(values: List<Output<String>>)
@JvmName(name = "aabvnjfleqkwxdrq")
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.