serviceAccountScopes

@JvmName(name = "egtoqnysnablyomh")
suspend fun serviceAccountScopes(value: Output<List<String>>)
@JvmName(name = "gsfbhmeehqukjpdc")
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 = "ioxfhawoetftchbb")
suspend fun serviceAccountScopes(vararg values: Output<String>)


@JvmName(name = "hakdbcqvnxvcvmjy")
suspend fun serviceAccountScopes(values: List<Output<String>>)
@JvmName(name = "wkyxsqonnirvxnag")
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.