The GCP source plugin has a project_ids config (defaults to all) and a folder_ids config (defaults to none).
It also has project_filter which defaults to empty (meaning no filter).
A user requested to add organization_ids and organizations_filter as we currently multiplex over all organizations:
|
if err := service.Organizations.Search(&crmv1.SearchOrganizationsRequest{}).Context(ctx).Pages(ctx, func(page *crmv1.SearchOrganizationsResponse) error { |