oauthScopes

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

Parameters

value

The set of Google API scopes to be made available on all of the node VMs under the "default" service account. Use the "https://www.googleapis.com/auth/cloud-platform" scope to grant access to all APIs. It is recommended that you set service_account to a non-default service account and grant IAM roles to that service account for only the resources that it needs. See the official documentation for information on migrating off of legacy access scopes.


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


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

Parameters

values

The set of Google API scopes to be made available on all of the node VMs under the "default" service account. Use the "https://www.googleapis.com/auth/cloud-platform" scope to grant access to all APIs. It is recommended that you set service_account to a non-default service account and grant IAM roles to that service account for only the resources that it needs. See the official documentation for information on migrating off of legacy access scopes.