Updates an authorized orgs desc. The long-running operation from this RPC has a successful status after the authorized orgs desc propagates to long-lasting storage. If a authorized orgs desc contains errors, an error response is returned for the first error encountered. Only the organization list in AuthorizedOrgsDesc can be updated. The name, authorizationType, assetType and authorizationDirection cannot be updated.
[[["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 endpoint updates an existing `AuthorizedOrgsDesc`, which represents a description of authorized organizations, but only allows modifications to the organization list."],["The HTTP request method is `PATCH`, and the URL utilizes gRPC Transcoding syntax with a specific format for the `authorizedOrgsDesc.name` path parameter."],["A required `updateMask` query parameter specifies which fields should be updated, using a comma-separated list of field names."],["The request body must include an instance of `AuthorizedOrgsDesc`, and a successful response contains an instance of `Operation`."],["To use this endpoint, you need the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]