class ProjectsSourcesFindingsExternalSystems extends Resource (View source)

The "externalSystems" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $externalSystems = $securitycenterService->projects_sources_findings_externalSystems;

Methods

patch(string $name, GoogleCloudSecuritycenterV1ExternalSystem $postBody, array $optParams = [])

Updates external system. This is for a given finding. (externalSystems.patch)

Details

GoogleCloudSecuritycenterV1ExternalSystem patch(string $name, GoogleCloudSecuritycenterV1ExternalSystem $postBody, array $optParams = [])

Updates external system. This is for a given finding. (externalSystems.patch)

Parameters

string $name

Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"

GoogleCloudSecuritycenterV1ExternalSystem $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudSecuritycenterV1ExternalSystem

Exceptions

Exception