Output only. The email address of the service account identity that will be used for a build by default.
This is returned in the format projects/{project}/serviceAccounts/{serviceAccount} where {serviceAccount} could be the legacy Cloud Build SA, in the format [PROJECT_NUMBER]@cloudbuild.gserviceaccount.com or the Compute SA, in the format [PROJECT_NUMBER]-compute@developer.gserviceaccount.com.
If no service account will be used by default, this will be empty.
[[["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 2024-04-18 UTC."],[[["This API endpoint retrieves the default service account used by a project for Cloud Build operations."],["The HTTP request is a `GET` operation to a URL that follows gRPC Transcoding syntax, requiring a formatted name parameter to identify the resource."],["The request body must be empty, and the response body contains the default service account's `name` and `serviceAccountEmail`."],["Authorization requires the `cloudbuild.builds.get` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The endpoint retrieves the service account email in the format `projects/{project}/serviceAccounts/{serviceAccount}`, or empty if none will be used by default."]]],[]]