You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field. (required)
102
+
body: object, The request body.
103
+
The object takes the form of:
104
+
105
+
{ # Request for BatchUpdateSecurityIncident.
106
+
"requests": [ # Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch.
107
+
{ # Request for UpdateSecurityIncident.
108
+
"securityIncident": { # Represents an SecurityIncident resource. # Required. The security incident to update. Must contain all existing populated fields of the current incident.
109
+
"detectionTypes": [ # Output only. Detection types which are part of the incident. Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.
110
+
"A String",
111
+
],
112
+
"displayName": "A String", # Optional. Display name of the security incident.
113
+
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
114
+
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
115
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
116
+
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
117
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
118
+
"riskLevel": "A String", # Output only. Risk level of the incident.
119
+
"trafficCount": "A String", # Total traffic detected as part of the incident.
120
+
},
121
+
"updateMask": "A String", # Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()
"detectionTypes": [ # Output only. Detection types which are part of the incident. Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.
138
+
"A String",
139
+
],
140
+
"displayName": "A String", # Optional. Display name of the security incident.
141
+
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
142
+
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
143
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
144
+
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
145
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
146
+
"riskLevel": "A String", # Output only. Risk level of the incident.
147
+
"trafficCount": "A String", # Total traffic detected as part of the incident.
148
+
},
149
+
],
150
+
}</pre>
151
+
</div>
152
+
90
153
<divclass="method">
91
154
<codeclass="details" id="close">close()</code>
92
155
<pre>Close httplib2 connections.</pre>
@@ -113,7 +176,9 @@ <h3>Method Details</h3>
113
176
"displayName": "A String", # Optional. Display name of the security incident.
114
177
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
115
178
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
179
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
116
180
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
181
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
117
182
"riskLevel": "A String", # Output only. Risk level of the incident.
118
183
"trafficCount": "A String", # Total traffic detected as part of the incident.
119
184
}</pre>
@@ -146,7 +211,9 @@ <h3>Method Details</h3>
146
211
"displayName": "A String", # Optional. Display name of the security incident.
147
212
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
148
213
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
214
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
149
215
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
216
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
150
217
"riskLevel": "A String", # Output only. Risk level of the incident.
151
218
"trafficCount": "A String", # Total traffic detected as part of the incident.
<pre>UpdateSecurityIncidents updates an existing security incident.
241
+
242
+
Args:
243
+
name: string, Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111 (required)
244
+
body: object, The request body.
245
+
The object takes the form of:
246
+
247
+
{ # Represents an SecurityIncident resource.
248
+
"detectionTypes": [ # Output only. Detection types which are part of the incident. Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.
249
+
"A String",
250
+
],
251
+
"displayName": "A String", # Optional. Display name of the security incident.
252
+
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
253
+
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
254
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
255
+
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
256
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
257
+
"riskLevel": "A String", # Output only. Risk level of the incident.
258
+
"trafficCount": "A String", # Total traffic detected as part of the incident.
259
+
}
260
+
261
+
updateMask: string, Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()
262
+
x__xgafv: string, V1 error format.
263
+
Allowed values
264
+
1 - v1 error format
265
+
2 - v2 error format
266
+
267
+
Returns:
268
+
An object of the form:
269
+
270
+
{ # Represents an SecurityIncident resource.
271
+
"detectionTypes": [ # Output only. Detection types which are part of the incident. Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.
272
+
"A String",
273
+
],
274
+
"displayName": "A String", # Optional. Display name of the security incident.
275
+
"firstDetectedTime": "A String", # Output only. The time when events associated with the incident were first detected.
276
+
"lastDetectedTime": "A String", # Output only. The time when events associated with the incident were last detected.
277
+
"lastObservabilityChangeTime": "A String", # Output only. The time when the incident observability was last changed.
278
+
"name": "A String", # Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
279
+
"observability": "A String", # Optional. Indicates if the user archived this incident.
280
+
"riskLevel": "A String", # Output only. Risk level of the incident.
281
+
"trafficCount": "A String", # Total traffic detected as part of the incident.
0 commit comments