Enable a SecurityAction. The state of the SecurityAction after enabling is ENABLED. securityActions.enable can be called on SecurityActions in the state DISABLED; SecurityActions in a different state (including `ENABLED) return an error.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/securityActions/*}:enable
[[["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-03-07 UTC."],[[["This webpage outlines the process for enabling a SecurityAction, which is transitioned from a `DISABLED` to an `ENABLED` state."],["The HTTP request to enable a SecurityAction is a `POST` request directed to a specific URL, using gRPC Transcoding syntax."],["The URL requires a `name` path parameter specifying the SecurityAction to be enabled, in the format of organizations, environments, and security action."],["The request body must be empty when enabling a SecurityAction, and a successful operation returns an instance of `SecurityAction` in the response."],["Enabling a SecurityAction requires OAuth scope authorization with `https://www.googleapis.com/auth/cloud-platform`."]]],[]]