Required. Name of the add-ons config. Must be in the format of /organizations/{org}/environments/{env}/addonsConfig
Request body
The request body contains data with the following structure:
JSON representation
{// Union field addon_enablement can be only one of the following:"analyticsEnabled": boolean,"apiSecurityEnabled": boolean// End of list of possible types for union field addon_enablement.}
Fields
Union field addon_enablement. Boolean flags manage add-ons enablement status. addon_enablement can be only one of the following:
analyticsEnabled
boolean
If the Analytics should be enabled in the environment.
apiSecurityEnabled
boolean
If the API Security should be enabled in the environment.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["This endpoint updates the enablement status of add-ons for a specified environment within an organization."],["The request is made using a `POST` method to a URL constructed with gRPC Transcoding syntax, and it requires a path parameter called `name` to identify the specific add-ons config."],["The request body must include a JSON payload that specifies which add-ons to enable or disable, choosing between `analyticsEnabled` and `apiSecurityEnabled` as the only possible add-on flags."],["A successful response returns an instance of the `Operation` object, representing the status of the add-on update operation."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]