serviceAccount property

String? serviceAccount
getter/setter pair

The service account that the Reasoning Engine artifact runs as.

It should have "roles/storage.objectViewer" for reading the user project's Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used.

Optional.

Implementation

core.String? serviceAccount;