|
227 | 227 | "https://www.googleapis.com/auth/cloud-platform"
|
228 | 228 | ]
|
229 | 229 | },
|
| 230 | + "getControlPlaneAccess": { |
| 231 | + "description": "Lists the service accounts allowed to access Apigee control plane directly for limited functionality. **Note**: Available to Apigee hybrid only.", |
| 232 | + "flatPath": "v1/organizations/{organizationsId}/controlPlaneAccess", |
| 233 | + "httpMethod": "GET", |
| 234 | + "id": "apigee.organizations.getControlPlaneAccess", |
| 235 | + "parameterOrder": [ |
| 236 | + "name" |
| 237 | + ], |
| 238 | + "parameters": { |
| 239 | + "name": { |
| 240 | + "description": "Required. Resource name of the Control Plane Access. Use the following structure in your request: `organizations/{org}/controlPlaneAccess`", |
| 241 | + "location": "path", |
| 242 | + "pattern": "^organizations/[^/]+/controlPlaneAccess$", |
| 243 | + "required": true, |
| 244 | + "type": "string" |
| 245 | + } |
| 246 | + }, |
| 247 | + "path": "v1/{+name}", |
| 248 | + "response": { |
| 249 | + "$ref": "GoogleCloudApigeeV1ControlPlaneAccess" |
| 250 | + }, |
| 251 | + "scopes": [ |
| 252 | + "https://www.googleapis.com/auth/cloud-platform" |
| 253 | + ] |
| 254 | + }, |
230 | 255 | "getDeployedIngressConfig": {
|
231 | 256 | "description": "Gets the deployed ingress configuration for an organization.",
|
232 | 257 | "flatPath": "v1/organizations/{organizationsId}/deployedIngressConfig",
|
|
479 | 504 | "https://www.googleapis.com/auth/cloud-platform"
|
480 | 505 | ]
|
481 | 506 | },
|
| 507 | + "updateControlPlaneAccess": { |
| 508 | + "description": "Updates the permissions required to allow Apigee runtime-plane components access to the control plane. Currently, the permissions required are to: 1. Allow runtime components to publish analytics data to the control plane. **Note**: Available to Apigee hybrid only.", |
| 509 | + "flatPath": "v1/organizations/{organizationsId}/controlPlaneAccess", |
| 510 | + "httpMethod": "PATCH", |
| 511 | + "id": "apigee.organizations.updateControlPlaneAccess", |
| 512 | + "parameterOrder": [ |
| 513 | + "name" |
| 514 | + ], |
| 515 | + "parameters": { |
| 516 | + "name": { |
| 517 | + "description": "Identifier. The resource name of the ControlPlaneAccess. Format: \"organizations/{org}/controlPlaneAccess\"", |
| 518 | + "location": "path", |
| 519 | + "pattern": "^organizations/[^/]+/controlPlaneAccess$", |
| 520 | + "required": true, |
| 521 | + "type": "string" |
| 522 | + }, |
| 523 | + "updateMask": { |
| 524 | + "description": "List of fields to be updated. Fields that can be updated: synchronizer_identities, publisher_identities.", |
| 525 | + "format": "google-fieldmask", |
| 526 | + "location": "query", |
| 527 | + "type": "string" |
| 528 | + } |
| 529 | + }, |
| 530 | + "path": "v1/{+name}", |
| 531 | + "request": { |
| 532 | + "$ref": "GoogleCloudApigeeV1ControlPlaneAccess" |
| 533 | + }, |
| 534 | + "response": { |
| 535 | + "$ref": "GoogleLongrunningOperation" |
| 536 | + }, |
| 537 | + "scopes": [ |
| 538 | + "https://www.googleapis.com/auth/cloud-platform" |
| 539 | + ] |
| 540 | + }, |
482 | 541 | "updateSecuritySettings": {
|
483 | 542 | "description": "UpdateSecuritySettings updates the current security settings for API Security.",
|
484 | 543 | "flatPath": "v1/organizations/{organizationsId}/securitySettings",
|
|
10314 | 10373 | }
|
10315 | 10374 | }
|
10316 | 10375 | },
|
10317 |
| - "revision": "20240927", |
| 10376 | + "revision": "20241004", |
10318 | 10377 | "rootUrl": "https://apigee.googleapis.com/",
|
10319 | 10378 | "schemas": {
|
10320 | 10379 | "EdgeConfigstoreBundleBadBundle": {
|
|
12031 | 12090 | },
|
12032 | 12091 | "type": "object"
|
12033 | 12092 | },
|
| 12093 | + "GoogleCloudApigeeV1ControlPlaneAccess": { |
| 12094 | + "description": "ControlPlaneAccess is the request body and response body of UpdateControlPlaneAccess. and the response body of GetControlPlaneAccess. The input identities contains an array of service accounts to grant access to the respective control plane resource, with each service account specified using the following format: `serviceAccount:`***service-account-name***. The ***service-account-name*** is formatted like an email address. For example: `my-control-plane-service_account@my_project_id.iam.gserviceaccount.com` You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one.", |
| 12095 | + "id": "GoogleCloudApigeeV1ControlPlaneAccess", |
| 12096 | + "properties": { |
| 12097 | + "analyticsPublisherIdentities": { |
| 12098 | + "description": "Optional. Array of service accounts authorized to publish analytics data to the control plane (for the Message Processor component).", |
| 12099 | + "items": { |
| 12100 | + "type": "string" |
| 12101 | + }, |
| 12102 | + "type": "array" |
| 12103 | + }, |
| 12104 | + "name": { |
| 12105 | + "description": "Identifier. The resource name of the ControlPlaneAccess. Format: \"organizations/{org}/controlPlaneAccess\"", |
| 12106 | + "type": "string" |
| 12107 | + }, |
| 12108 | + "synchronizerIdentities": { |
| 12109 | + "description": "Optional. Array of service accounts to grant access to control plane resources (for the Synchronizer component). The service accounts must have **Apigee Synchronizer Manager** role. See also [Create service accounts](https://cloud.google.com/apigee/docs/hybrid/latest/sa-about#create-the-service-accounts).", |
| 12110 | + "items": { |
| 12111 | + "type": "string" |
| 12112 | + }, |
| 12113 | + "type": "array" |
| 12114 | + } |
| 12115 | + }, |
| 12116 | + "type": "object" |
| 12117 | + }, |
12034 | 12118 | "GoogleCloudApigeeV1Credential": {
|
12035 | 12119 | "id": "GoogleCloudApigeeV1Credential",
|
12036 | 12120 | "properties": {
|
|