admin  reports_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Reports.reports_v1.ActivitiesResource Class Reference

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

Classes

class  ListRequest
 Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides. More...
 
class  WatchRequest
 Start receiving notifications for account activities. For more information, see Receiving Push Notifications. More...
 

Public Member Functions

 ActivitiesResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual ListRequest List (string userKey, ListRequest.ApplicationNameEnum applicationName)
 Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides. More...
 
virtual WatchRequest Watch (Google.Apis.Admin.Reports.reports_v1.Data.Channel body, string userKey, WatchRequest.ApplicationNameEnum applicationName)
 Start receiving notifications for account activities. For more information, see Receiving Push Notifications. More...
 

Detailed Description

The "activities" collection of methods.

Constructor & Destructor Documentation

◆ ActivitiesResource()

Google.Apis.Admin.Reports.reports_v1.ActivitiesResource.ActivitiesResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ List()

virtual ListRequest Google.Apis.Admin.Reports.reports_v1.ActivitiesResource.List ( string  userKey,
ListRequest.ApplicationNameEnum  applicationName 
)
inlinevirtual

Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.

Parameters
userKeyRepresents the profile ID or the user email for which the data should be filtered. Can be all for all information, or userKey for a user's unique G Suite profile ID or their primary email address.
applicationNameApplication name for which the events are to be retrieved.

◆ Watch()

virtual WatchRequest Google.Apis.Admin.Reports.reports_v1.ActivitiesResource.Watch ( Google.Apis.Admin.Reports.reports_v1.Data.Channel  body,
string  userKey,
WatchRequest.ApplicationNameEnum  applicationName 
)
inlinevirtual

Start receiving notifications for account activities. For more information, see Receiving Push Notifications.

Parameters
bodyThe body of the request.
userKeyRepresents the profile ID or the user email for which the data should be filtered. Can be all for all information, or userKey for a user's unique G Suite profile ID or their primary email address.
applicationNameApplication name for which the events are to be retrieved.

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