serviceAccount property

String? serviceAccount
getter/setter pair

IAM service account whose credentials will be used at build runtime.

Must be of the format projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. ACCOUNT can be email address or uniqueId of the service account.

Implementation

core.String? serviceAccount;