Apigee API (apigee:v1)

2024-10-05

2 new methods

Additions

    Methods
  • apigee.organizations.getControlPlaneAccess

      Description : Lists the service accounts allowed to access Apigee control plane directly for limited functionality. **Note**: Available to Apigee hybrid only.

      Parameter Order : name

      Parameters :

        name

          Description : Required. Resource name of the Control Plane Access. Use the following structure in your request: `organizations/{org}/controlPlaneAccess`

          Type : string

          Required : Yes

          Location : path

          Pattern : ^organizations/[^/]+/controlPlaneAccess$

      HTTP Method : GET

      Flat Path : v1/organizations/{organizationsId}/controlPlaneAccess

      Path : v1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • apigee.organizations.updateControlPlaneAccess

      HTTP Method : PATCH

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Description : Identifier. The resource name of the ControlPlaneAccess. Format: "organizations/{org}/controlPlaneAccess"

          Location : path

          Type : string

          Pattern : ^organizations/[^/]+/controlPlaneAccess$

        updateMask

          Location : query

          Description : List of fields to be updated. Fields that can be updated: synchronizer_identities, publisher_identities.

          Type : string

          Format : google-fieldmask

      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.

      Flat Path : v1/organizations/{organizationsId}/controlPlaneAccess

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform