Email address of the service account. If not specified, the default
Compute Engine service account for the project will be used. If instance
template is being used, the service account has to be specified in the
instance template and it has to match the email field here.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The Batch v1 API class `ServiceAccount` carries information about a Google Cloud service account, providing functionalities to manage service accounts within the Google Cloud Batch environment."],["The latest version of the `ServiceAccount` is 2.13.0, with various prior versions, starting from 1.0.0 and up until 2.12.0 available for use and referencing."],["The `ServiceAccount` class offers an `Email` property to specify the email address of the service account, defaulting to the Compute Engine service account if left unspecified."],["The `Scopes` property allows specifying additional API scopes for the service account on the VM, complementing the default cloud-platform API scope, which is always present."],["The `ServiceAccount` class has constructors that allow for creating an instance, or creating a copy of an already existing `ServiceAccount`."]]],[]]