serviceAccountScopes

@JvmName(name = "uwmliowprvaoqsxu")
suspend fun serviceAccountScopes(value: Output<List<String>>)
@JvmName(name = "meujmmudouhkukue")
suspend fun serviceAccountScopes(value: List<String>?)

Parameters

value

The set of Google API scopes to be made available on all of the node VMs under the service_account specified. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here.


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


@JvmName(name = "dinmmvfuejyqjxgh")
suspend fun serviceAccountScopes(values: List<Output<String>>)
@JvmName(name = "prlehrsowddvwewr")
suspend fun serviceAccountScopes(vararg values: String)

Parameters

values

The set of Google API scopes to be made available on all of the node VMs under the service_account specified. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here.