Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_Audit_Activities_Resource Class Reference

The "activities" collection of methods. More...

Inheritance diagram for Google_Service_Audit_Activities_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "activities" collection of methods.

Typical usage is: $auditService = new Google_Service_Audit(...); $activities = $auditService->activities;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$customerIdRepresents the customer who is the owner of target object on which action was performed.
string$applicationIdApplication ID of the application on which the event was performed.
array$optParamsOptional 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
Google_Service_Audit_Activities

The documentation for this class was generated from the following file: