UpdateSecurityActionConfig updates the current SecurityActions configuration. This method is used to enable/disable the feature at the environment level.
This is a singleton resource, the name will always be set by SecurityActions and any user input will be ignored. The name is always: organizations/{org}/environments/{env}/securityActionsConfig
[[["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-04-24 UTC."],[[["This page details how to update the SecurityActions configuration for an environment using the `UpdateSecurityActionConfig` method."],["The `PATCH` HTTP method is used, targeting a specific URL with a predefined `securityActionsConfig.name` path parameter."],["The `updateMask` query parameter allows for selective updating of specific fields within the `SecurityActionsConfig`."],["Both the request and response bodies utilize the `SecurityActionsConfig` resource format to update the configuration."],["Updating the SecurityActions configuration requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]