Updates an access policy. The long-running operation from this RPC has a successful status after the changes to the access policy propagate to long-lasting storage.
[[["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-02-12 UTC."],[[["This webpage details how to update an Access Policy via an HTTP PATCH request to the `accessPolicies` endpoint."],["The request URL structure is defined by gRPC Transcoding syntax and requires a `policy.name` path parameter specifying the Access Policy to be updated."],["The request requires a `updateMask` query parameter, which is a comma-separated list specifying the fields within the Access Policy that should be updated."],["The request body needs an `AccessPolicy` instance, and the successful response returns an `Operation` instance, indicative of a long-running operation."],["To utilize this update method, you must have the `https://www.googleapis.com/auth/cloud-platform` OAuth scope enabled."]]],[]]