Skip to content

Commit

Permalink
fix(admin): update the api
Browse files Browse the repository at this point in the history
#### admin:reports_v1

The following keys were changed:
- resources.activities.methods.list.parameters.applicationName.pattern (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent c485e11 commit d312099
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/dyn/admin_reports_v1.activities.html
Expand Up @@ -121,6 +121,7 @@ <h3>Method Details</h3>
chrome - The Chrome activity reports return information about Chrome browser and Chrome OS events.
data_studio - The Data Studio activity reports return information about various types of Data Studio activity events.
keep - The Keep application&#x27;s activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.
vault - The Vault activity reports return information about various types of Vault activity events.
actorIpAddress: string, The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report&#x27;s summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user&#x27;s physical location. For example, the IP address can be the user&#x27;s proxy server&#x27;s address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions.
customerId: string, The unique ID of the customer to retrieve data for.
endTime: string, Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API&#x27;s request for a report*: When the API created and retrieved the report. - *Report&#x27;s start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report&#x27;s end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past.
Expand Down
Expand Up @@ -272,7 +272,7 @@
}
}
},
"revision": "20240123",
"revision": "20240130",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Application": {
Expand Down
Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240123",
"revision": "20240130",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
10 changes: 6 additions & 4 deletions googleapiclient/discovery_cache/documents/admin.reports_v1.json
Expand Up @@ -149,7 +149,8 @@
"context_aware_access",
"chrome",
"data_studio",
"keep"
"keep",
"vault"
],
"enumDescriptions": [
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
Expand All @@ -172,10 +173,11 @@
"The Context-aware access activity reports return information about users' access denied events due to Context-aware access rules.",
"The Chrome activity reports return information about Chrome browser and Chrome OS events.",
"The Data Studio activity reports return information about various types of Data Studio activity events.",
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers."
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.",
"The Vault activity reports return information about various types of Vault activity events."
],
"location": "path",
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)",
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -623,7 +625,7 @@
}
}
},
"revision": "20240123",
"revision": "20240130",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down

0 comments on commit d312099

Please sign in to comment.