serviceAccount property

String? serviceAccount
getter/setter pair

Email address of the IAM service account associated with the Task of a Job.

The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.

Implementation

core.String? serviceAccount;