runAsServiceAccount property

String? runAsServiceAccount
getter/setter pair

The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.

Optional.

Implementation

core.String? runAsServiceAccount;