serviceAccountName property

String? serviceAccountName
getter/setter pair

Email address of the IAM service account associated with the revision of the service.

The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

Implementation

core.String? serviceAccountName;