serviceAccountEmail property

String? serviceAccountEmail
getter/setter pair

Email address of the service account used for publishing Cloud Pub/Sub messages.

This service account needs to be in the same project as the PubsubConfig. When added, the caller needs to have iam.serviceAccounts.actAs permission on this service account. If unspecified, it defaults to the compute engine default service account.

Implementation

core.String? serviceAccountEmail;