loginScopes

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

Parameters

value

The list of Login scopes that should be requested as part of Microsoft Account authentication.


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


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

Parameters

values

The list of Login scopes that should be requested as part of Microsoft Account authentication.