oauthScopes

@JvmName(name = "hirlttvsyegihjss")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "halknmorgsyryaif")
suspend fun oauthScopes(value: List<String>?)

Parameters

value

Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, "wl.basic" is used as the default scope.


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


@JvmName(name = "tqcjtinkkhqwelta")
suspend fun oauthScopes(values: List<Output<String>>)
@JvmName(name = "wtoklmrkjatgsvbm")
suspend fun oauthScopes(vararg values: String)

Parameters

values

Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, "wl.basic" is used as the default scope.