Skip to content

Commit a3ac4aa

Browse files
chore(policyanalyzer): update the api
1 parent 3383574 commit a3ac4aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/dyn/policyanalyzer_v1.projects.locations.activityTypes.activities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595

9696
Args:
9797
parent: string, Required. The container resource on which to execute the request. Acceptable formats: `projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to Google Cloud Locations: https://cloud.google.com/about/locations/ (required)
98-
filter: string, Optional. Filter expression to restrict the activities returned. Supported filters are: - service_account_last_authn.full_resource_name {=} [STRING] - service_account_key_last_authn.full_resource_name {=} [STRING]
98+
filter: string, Optional. Filter expression to restrict the activities returned. For serviceAccountLastAuthentication activities, supported filters are: - `activities.full_resource_name {=} [STRING]` - `activities.fullResourceName {=} [STRING]` where `[STRING]` is the full resource name of the service account. For serviceAccountKeyLastAuthentication activities, supported filters are: - `activities.full_resource_name {=} [STRING]` - `activities.fullResourceName {=} [STRING]` where `[STRING]` is the full resource name of the service account key.
9999
pageSize: integer, Optional. The maximum number of results to return from this request. Max limit is 1000. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
100100
pageToken: string, Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
101101
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/policyanalyzer.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
],
124124
"parameters": {
125125
"filter": {
126-
"description": "Optional. Filter expression to restrict the activities returned. Supported filters are: - service_account_last_authn.full_resource_name {=} [STRING] - service_account_key_last_authn.full_resource_name {=} [STRING]",
126+
"description": "Optional. Filter expression to restrict the activities returned. For serviceAccountLastAuthentication activities, supported filters are: - `activities.full_resource_name {=} [STRING]` - `activities.fullResourceName {=} [STRING]` where `[STRING]` is the full resource name of the service account. For serviceAccountKeyLastAuthentication activities, supported filters are: - `activities.full_resource_name {=} [STRING]` - `activities.fullResourceName {=} [STRING]` where `[STRING]` is the full resource name of the service account key.",
127127
"location": "query",
128128
"type": "string"
129129
},
@@ -163,7 +163,7 @@
163163
}
164164
}
165165
},
166-
"revision": "20210906",
166+
"revision": "20210918",
167167
"rootUrl": "https://policyanalyzer.googleapis.com/",
168168
"schemas": {
169169
"GoogleCloudPolicyanalyzerV1Activity": {

googleapiclient/discovery_cache/documents/policyanalyzer.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
}
164164
}
165165
},
166-
"revision": "20210906",
166+
"revision": "20210918",
167167
"rootUrl": "https://policyanalyzer.googleapis.com/",
168168
"schemas": {
169169
"GoogleCloudPolicyanalyzerV1beta1Activity": {

0 commit comments

Comments
 (0)