oauthScopes

@JvmName(name = "kumbuvegagcgcyrj")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "cbnynmvslhtitnme")
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 = "vsimhiioyglmtqpr")
suspend fun oauthScopes(vararg values: Output<String>)


@JvmName(name = "vsiwfrccetybqsgp")
suspend fun oauthScopes(values: List<Output<String>>)
@JvmName(name = "rhritkhnyauvpaxt")
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.