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
Copy file name to clipboardExpand all lines: docs/dyn/networksecurity_v1.organizations.locations.addressGroups.html
+12
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,9 @@ <h3>Method Details</h3>
224
224
"a_key": "A String",
225
225
},
226
226
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
227
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
228
+
"A String",
229
+
],
227
230
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
228
231
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
229
232
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -321,6 +324,9 @@ <h3>Method Details</h3>
321
324
"a_key": "A String",
322
325
},
323
326
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
327
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
328
+
"A String",
329
+
],
324
330
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
325
331
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
326
332
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -356,6 +362,9 @@ <h3>Method Details</h3>
356
362
"a_key": "A String",
357
363
},
358
364
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
365
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
366
+
"A String",
367
+
],
359
368
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
360
369
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
361
370
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -441,6 +450,9 @@ <h3>Method Details</h3>
441
450
"a_key": "A String",
442
451
},
443
452
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
453
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
454
+
"A String",
455
+
],
444
456
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
445
457
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
446
458
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
"description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters.
116
116
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
117
117
"labels": { # Optional. Labels as key value pairs.
118
118
"a_key": "A String",
119
119
},
120
120
"name": "A String", # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
121
-
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
121
+
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
122
122
"updateTime": "A String", # Output only. Last resource update timestamp.
123
123
}
124
124
@@ -202,15 +202,15 @@ <h3>Method Details</h3>
202
202
Returns:
203
203
An object of the form:
204
204
205
-
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
205
+
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
"description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters.
208
208
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
209
209
"labels": { # Optional. Labels as key value pairs.
210
210
"a_key": "A String",
211
211
},
212
212
"name": "A String", # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
213
-
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
213
+
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
214
214
"updateTime": "A String", # Output only. Last resource update timestamp.
215
215
}</pre>
216
216
</div>
@@ -234,15 +234,15 @@ <h3>Method Details</h3>
234
234
{ # Response returned by the ListSecurityProfileGroups method.
235
235
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
236
236
"securityProfileGroups": [ # List of SecurityProfileGroups resources.
237
-
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
237
+
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
"description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters.
240
240
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
241
241
"labels": { # Optional. Labels as key value pairs.
242
242
"a_key": "A String",
243
243
},
244
244
"name": "A String", # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
245
-
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
245
+
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
246
246
"updateTime": "A String", # Output only. Last resource update timestamp.
247
247
},
248
248
],
@@ -272,15 +272,15 @@ <h3>Method Details</h3>
272
272
body: object, The request body.
273
273
The object takes the form of:
274
274
275
-
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
275
+
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
"description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters.
278
278
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
279
279
"labels": { # Optional. Labels as key value pairs.
280
280
"a_key": "A String",
281
281
},
282
282
"name": "A String", # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
283
-
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
283
+
"threatPreventionProfile": "A String", # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
284
284
"updateTime": "A String", # Output only. Last resource update timestamp.
"description": "A String", # Optional. An optional description of the profile. Max length 512 characters.
116
116
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -217,7 +217,7 @@ <h3>Method Details</h3>
217
217
Returns:
218
218
An object of the form:
219
219
220
-
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
220
+
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
"description": "A String", # Optional. An optional description of the profile. Max length 512 characters.
223
223
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
{ # Response returned by the ListSecurityProfiles method.
265
265
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
266
266
"securityProfiles": [ # List of SecurityProfile resources.
267
-
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
267
+
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
"description": "A String", # Optional. An optional description of the profile. Max length 512 characters.
270
270
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -317,7 +317,7 @@ <h3>Method Details</h3>
317
317
body: object, The request body.
318
318
The object takes the form of:
319
319
320
-
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
320
+
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
"description": "A String", # Optional. An optional description of the profile. Max length 512 characters.
323
323
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Copy file name to clipboardExpand all lines: docs/dyn/networksecurity_v1.projects.locations.addressGroups.html
+12
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,9 @@ <h3>Method Details</h3>
233
233
"a_key": "A String",
234
234
},
235
235
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
236
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
237
+
"A String",
238
+
],
236
239
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
237
240
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
238
241
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -330,6 +333,9 @@ <h3>Method Details</h3>
330
333
"a_key": "A String",
331
334
},
332
335
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
336
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
337
+
"A String",
338
+
],
333
339
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
334
340
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
335
341
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -413,6 +419,9 @@ <h3>Method Details</h3>
413
419
"a_key": "A String",
414
420
},
415
421
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
422
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
423
+
"A String",
424
+
],
416
425
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
417
426
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
418
427
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
@@ -498,6 +507,9 @@ <h3>Method Details</h3>
498
507
"a_key": "A String",
499
508
},
500
509
"name": "A String", # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
510
+
"purpose": [ # Optional. List of supported purposes of the Address Group.
511
+
"A String",
512
+
],
501
513
"selfLink": "A String", # Output only. Server-defined fully-qualified URL for this resource.
502
514
"type": "A String", # Required. The type of the Address Group. Possible values are "IPv4" or "IPV6".
503
515
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
0 commit comments