serviceAccount property
User-specified Service Account (SA) credentials to be used when performing the transfer.
Use one of the following formats: * {EMAIL_ADDRESS_OR_UNIQUE_ID}
*
projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}
projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}
If unspecified, the Parallelstore service agent is used:service-@gcp-sa-parallelstore.iam.gserviceaccount.com
Optional.
Implementation
core.String? serviceAccount;