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
<pclass="firstline">Perform the provisioning steps to enable a user GCP project to use IP. If GCP project already registered on IP end via Apigee Integration, provisioning will fail.</p>
<pclass="firstline">Update run-as service account for provisioned client</p>
@@ -144,6 +147,7 @@ <h3>Method Details</h3>
144
147
},
145
148
"createSampleWorkflows": True or False, # Optional. Indicates if sample workflow should be created along with provisioning
146
149
"enableHttpCall": True or False, # Optional. Indicates if the client should be allowed to make HTTP calls.
150
+
"enableManagedAiFeatures": True or False, # Optional. Indicates if the client should be allowed to use managed AI features, i.e. using Cloud Companion APIs of the tenant project. This will allow the customers to use features like Troubleshooting, OpenAPI spec enrichment, etc. for free.
147
151
"provisionGmek": True or False, # Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.
148
152
"runAsServiceAccount": "A String", # Optional. User input run-as service account, if empty, will bring up a new default service account
149
153
"skipCpProvision": True or False, # Optional. Indicates if skip CP provision or not
Copy file name to clipboardExpand all lines: docs/dyn/integrations_v1.projects.locations.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,7 @@ <h3>Method Details</h3>
207
207
"description": "A String", # Description of what the client is used for
208
208
"enableHttpCall": True or False, # Optional. Indicates the client enables making HTTP call.
209
209
"enableInternalIp": True or False, # Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.
210
+
"enableManagedAiFeatures": True or False, # Optional. Indicates if the Cloud Companion APIs will be used in the tenant project, i.e. if customer can use the managed AI features for free.
210
211
"enableVariableMasking": True or False, # Optional. True if variable masking feature should be turned on for this region
211
212
"id": "A String", # Globally unique ID (project_id + region)
212
213
"isGmek": True or False, # Optional. Indicates the client is provisioned with CMEK or GMEK.
"description": "Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.",
11085
11113
"type": "boolean"
11086
11114
},
11115
+
"enableManagedAiFeatures": {
11116
+
"description": "Optional. Indicates if the Cloud Companion APIs will be used in the tenant project, i.e. if customer can use the managed AI features for free.",
11117
+
"type": "boolean"
11118
+
},
11087
11119
"enableVariableMasking": {
11088
11120
"description": "Optional. True if variable masking feature should be turned on for this region",
"description": "Optional. Indicates if the client should be allowed to make HTTP calls.",
13538
13600
"type": "boolean"
13539
13601
},
13602
+
"enableManagedAiFeatures": {
13603
+
"description": "Optional. Indicates if the client should be allowed to use managed AI features, i.e. using Cloud Companion APIs of the tenant project. This will allow the customers to use features like Troubleshooting, OpenAPI spec enrichment, etc. for free.",
13604
+
"type": "boolean"
13605
+
},
13540
13606
"provisionGmek": {
13541
13607
"deprecated": true,
13542
13608
"description": "Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.",
0 commit comments