class ProjectsSources extends Resource (View source)

The "sources" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $sources = $securitycenterService->projects_sources;

Methods

listProjectsSources(string $parent, array $optParams = [])

Lists all sources belonging to an organization. (sources.listProjectsSources)

Details

ListSourcesResponse listProjectsSources(string $parent, array $optParams = [])

Lists all sources belonging to an organization. (sources.listProjectsSources)

Parameters

string $parent

Required. Resource name of the parent of sources to list. Its format should be organizations/[organization_id], folders/[folder_id], or projects/[project_id].

array $optParams

Optional parameters.

Return Value

ListSourcesResponse

Exceptions

Exception