oauthScopes

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

Parameters

value

The set of Google API scopes to be made available on all of the node VMs.


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


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

Parameters

values

The set of Google API scopes to be made available on all of the node VMs.