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 documentation covers the `ServiceAccount` class within the Google Cloud Batch v1 API, detailing its purpose as a carrier of information about Google Cloud service accounts."],["The latest version of the `ServiceAccount` is documented as 2.13.0, while the provided version being detailed is 2.5.0."],["The `ServiceAccount` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ServiceAccount` class include `Email`, representing the email address of the service account, and `Scopes`, a list of scopes to be enabled for the service account on the VM."],["The class has a default and a copy constructor, `ServiceAccount()` and `ServiceAccount(ServiceAccount other)`."]]],[]]