|
service_accounts = service.projects().serviceAccounts().list(name="projects/" + self.project_id).execute()["accounts"] |
I set pageSize to 100 (the max) to resolve my personal issue with this but a proper implementation would keep going until it finds a match or exhausts them all.