Is your feature request related to a problem? Please describe.
Cloud Ops API doesn't allow for getting service accounts with a filter (like we want to search for service accounts and create as necessary)
This currently requires manual pagination to "find" if there's a service account of a particular name, since getting service accounts is only performed by ID.
Describe the solution you'd like
provide a get Service Account by Name reqeust
Additional context