* Admin SDK lets administrators of enterprise domains to view and manage * resources like user, groups etc. It also provides audit and usage reports of * domain.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Reports extends \Google\Service { /** View audit reports for your G Suite domain. */ const ADMIN_REPORTS_AUDIT_READONLY = "https://www.googleapis.com/auth/admin.reports.audit.readonly"; /** View usage reports for your G Suite domain. */ const ADMIN_REPORTS_USAGE_READONLY = "https://www.googleapis.com/auth/admin.reports.usage.readonly"; public $activities; public $channels; public $customerUsageReports; public $entityUsageReports; public $userUsageReport; /** * Constructs the internal representation of the Reports service. * * @param Client|array $clientOrConfig The client used to deliver requests, or a * config array to pass to a new Client instance. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct($clientOrConfig = [], $rootUrl = null) { parent::__construct($clientOrConfig); $this->rootUrl = $rootUrl ?: 'https://admin.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'reports_v1'; $this->serviceName = 'admin'; $this->activities = new Reports\Resource\Activities( $this, $this->serviceName, 'activities', [ 'methods' => [ 'list' => [ 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}', 'httpMethod' => 'GET', 'parameters' => [ 'userKey' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'applicationName' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'actorIpAddress' => [ 'location' => 'query', 'type' => 'string', ], 'customerId' => [ 'location' => 'query', 'type' => 'string', ], 'endTime' => [ 'location' => 'query', 'type' => 'string', ], 'eventName' => [ 'location' => 'query', 'type' => 'string', ], 'filters' => [ 'location' => 'query', 'type' => 'string', ], 'groupIdFilter' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'orgUnitID' => [ 'location' => 'query', 'type' => 'string', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'startTime' => [ 'location' => 'query', 'type' => 'string', ], ], ],'watch' => [ 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch', 'httpMethod' => 'POST', 'parameters' => [ 'userKey' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'applicationName' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'actorIpAddress' => [ 'location' => 'query', 'type' => 'string', ], 'customerId' => [ 'location' => 'query', 'type' => 'string', ], 'endTime' => [ 'location' => 'query', 'type' => 'string', ], 'eventName' => [ 'location' => 'query', 'type' => 'string', ], 'filters' => [ 'location' => 'query', 'type' => 'string', ], 'groupIdFilter' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'orgUnitID' => [ 'location' => 'query', 'type' => 'string', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'startTime' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->channels = new Reports\Resource\Channels( $this, $this->serviceName, 'channels', [ 'methods' => [ 'stop' => [ 'path' => 'admin/reports_v1/channels/stop', 'httpMethod' => 'POST', 'parameters' => [], ], ] ] ); $this->customerUsageReports = new Reports\Resource\CustomerUsageReports( $this, $this->serviceName, 'customerUsageReports', [ 'methods' => [ 'get' => [ 'path' => 'admin/reports/v1/usage/dates/{date}', 'httpMethod' => 'GET', 'parameters' => [ 'date' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'customerId' => [ 'location' => 'query', 'type' => 'string', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'parameters' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->entityUsageReports = new Reports\Resource\EntityUsageReports( $this, $this->serviceName, 'entityUsageReports', [ 'methods' => [ 'get' => [ 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}', 'httpMethod' => 'GET', 'parameters' => [ 'entityType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'entityKey' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'date' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'customerId' => [ 'location' => 'query', 'type' => 'string', ], 'filters' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'parameters' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->userUsageReport = new Reports\Resource\UserUsageReport( $this, $this->serviceName, 'userUsageReport', [ 'methods' => [ 'get' => [ 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}', 'httpMethod' => 'GET', 'parameters' => [ 'userKey' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'date' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'customerId' => [ 'location' => 'query', 'type' => 'string', ], 'filters' => [ 'location' => 'query', 'type' => 'string', ], 'groupIdFilter' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'orgUnitID' => [ 'location' => 'query', 'type' => 'string', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'parameters' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Reports::class, 'Google_Service_Reports');