serviceAccountEmail property

String? serviceAccountEmail
getter/setter pair

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/{service_account} where {service_account} could be the legacy Cloud Build SA, in the format [PROJECT_NUMBER]@cloudbuild.gserviceaccount.com or the Compute SA, in the format [PROJECT_NUMBER][email protected]. If no service account will be used by default, this will be empty.

Output only.

Implementation

core.String? serviceAccountEmail;