OrganizationsEnvironmentsSecurityIncidents
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
BatchUpdateSecurityIncident updates multiple existing security incidents.
GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment. (securityIncidents.get)
ListSecurityIncidents lists all the security incident associated with the environment.
UpdateSecurityIncidents updates an existing security incident.
Details
GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse
batchUpdate(string $parent, GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest $postBody, array $optParams = [])
BatchUpdateSecurityIncident updates multiple existing security incidents.
(securityIncidents.batchUpdate)
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)
GoogleCloudApigeeV1ListSecurityIncidentsResponse
listOrganizationsEnvironmentsSecurityIncidents(string $parent, array $optParams = [])
ListSecurityIncidents lists all the security incident associated with the environment.
(securityIncidents.listOrganizationsEnvironmentsSecurityIncidents)
GoogleCloudApigeeV1SecurityIncident
patch(string $name, GoogleCloudApigeeV1SecurityIncident $postBody, array $optParams = [])
UpdateSecurityIncidents updates an existing security incident.
(securityIncidents.patch)