class OrganizationsEnvironmentsSecurityIncidents extends Resource (View source)

The "securityIncidents" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $securityIncidents = $apigeeService->organizations_environments_securityIncidents;

Methods

batchUpdate(string $parent, GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest $postBody, array $optParams = [])

BatchUpdateSecurityIncident updates multiple existing security incidents.

get(string $name, array $optParams = [])

GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment. (securityIncidents.get)

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

ListSecurityIncidents lists all the security incident associated with the environment.

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

UpdateSecurityIncidents updates an existing security incident.

Details

GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse batchUpdate(string $parent, GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest $postBody, array $optParams = [])

BatchUpdateSecurityIncident updates multiple existing security incidents.

(securityIncidents.batchUpdate)

Parameters

string $parent

Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field.

GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse

Exceptions

Exception

GoogleCloudApigeeV1SecurityIncident get(string $name, array $optParams = [])

GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment. (securityIncidents.get)

Parameters

string $name

Required. Security incident in the following format: `org anizations/{org}/environments/{environment}/securityIncidents/{incident}'. Example: organizations/testOrg/environments/testEnv/securityIncidents/1234- 4567-890-111

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1SecurityIncident

Exceptions

Exception

GoogleCloudApigeeV1ListSecurityIncidentsResponse listOrganizationsEnvironmentsSecurityIncidents(string $parent, array $optParams = [])

ListSecurityIncidents lists all the security incident associated with the environment.

(securityIncidents.listOrganizationsEnvironmentsSecurityIncidents)

Parameters

string $parent

Required. For a specific organization, list of all the security incidents. Format: organizations/{org}/environments/{environment}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListSecurityIncidentsResponse

Exceptions

Exception

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

UpdateSecurityIncidents updates an existing security incident.

(securityIncidents.patch)

Parameters

string $name

Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee- org/environments/dev/securityIncidents/1234-5678-9101-1111

GoogleCloudApigeeV1SecurityIncident $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1SecurityIncident

Exceptions

Exception