oauthScopes property

List<String>? oauthScopes
getter/setter pair

The set of Google API scopes to be made available on all node VMs.

If oauth_scopes is empty, defaults to ["https://www.googleapis.com/auth/cloud-platform"]. Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Optional.

Implementation

core.List<core.String>? oauthScopes;