oauthScopes

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

Parameters

value

The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.


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


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

Parameters

values

The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.