oauthScopes

@JvmName(name = "tpitxehoswxtkylm")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "fdmyohfqksjqdhuc")
suspend fun oauthScopes(value: List<String>)

Parameters

value

The OAuth scopes required for OAuth type authentication.


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


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

Parameters

values

The OAuth scopes required for OAuth type authentication.