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: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_egress_policy.go
+50
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,11 @@ the perimeter.`,
309
309
Computed: true,
310
310
Description: `The name of the Access Policy this resource belongs to.`,
311
311
},
312
+
"etag": {
313
+
Type: schema.TypeString,
314
+
Computed: true,
315
+
Description: `The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.`,
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_egress_policy_generated_meta.yaml
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_ingress_policy.go
+50
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,11 @@ also matches the 'operations' field.`,
302
302
Computed: true,
303
303
Description: `The name of the Access Policy this resource belongs to.`,
304
304
},
305
+
"etag": {
306
+
Type: schema.TypeString,
307
+
Computed: true,
308
+
Description: `The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.`,
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_ingress_policy_generated_meta.yaml
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_egress_policy.go
+48
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,11 @@ the perimeter.`,
309
309
Computed: true,
310
310
Description: `The name of the Access Policy this resource belongs to.`,
311
311
},
312
+
"etag": {
313
+
Type: schema.TypeString,
314
+
Computed: true,
315
+
Description: `The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.`,
Copy file name to clipboardExpand all lines: google-beta/services/accesscontextmanager/resource_access_context_manager_service_perimeter_egress_policy_generated_meta.yaml
0 commit comments