client.list_projects

Retrieves the project IDs of all projects accessible by the user.

response = client.list_projects()
Return TypeDescription
listA list containing the project ID string for each project
[
  'project_a',
  'project_b',
  'project_c'
]