The "activities" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listActivities ($customerId, $applicationId, $optParams=array()) |
| Retrieves a list of activities for a specific customer and application.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "activities" collection of methods.
Typical usage is: $auditService = new Google_Service_Audit(...); $activities = $auditService->activities;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ listActivities()
Google_Service_Audit_Activities_Resource::listActivities |
( |
| $customerId, |
|
|
| $applicationId, |
|
|
| $optParams = array() ) |
Retrieves a list of activities for a specific customer and application.
(activities.listActivities)
- Parameters
-
string | $customerId | Represents the customer who is the owner of target object on which action was performed. |
string | $applicationId | Application ID of the application on which the event was performed. |
array | $optParams | Optional parameters. |
@opt_param string actorEmail Email address of the user who performed the action. @opt_param string actorApplicationId Application ID of the application which interacted on behalf of the user while performing the event. @opt_param string actorIpAddress IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses. @opt_param string caller Type of the caller. @opt_param int maxResults Number of activity records to be shown in each page. @opt_param string eventName Name of the event being queried. @opt_param string startTime Return events which occured at or after this time. @opt_param string endTime Return events which occured at or before this time. @opt_param string continuationToken Next page URL.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Audit.php