Method: organizations.updateControlPlaneAccess

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.

HTTP request

PATCH https://apigee.googleapis.com/v1/{controlPlaneAccess.name=organizations/*/controlPlaneAccess}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
controlPlaneAccess.name

string

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

Query parameters

Parameters
updateMask

string (FieldMask format)

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

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of ControlPlaneAccess.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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