serviceAccount property

String? serviceAccount
getter/setter pair

The identity that the deployed version will run as.

Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.

Implementation

core.String? serviceAccount;