loginScopes

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


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