Sets the permissions required to allow the Synchronizer to download environment data from the control plane. You must call this API to enable proper functioning of hybrid.
Pass the ETag when calling setSyncAuthorization to ensure that you are updating the correct version. To get an ETag, call getSyncAuthorization. If you don't pass the ETag in the call to setSyncAuthorization, then the existing authorization is overwritten indiscriminately.
[[["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-17 UTC."],[[["This API, available only to Apigee hybrid, sets the permissions required for the Synchronizer to download environment data from the control plane, ensuring proper hybrid functioning."],["To prevent unintended overwrites, an ETag should be passed when calling `setSyncAuthorization`; the ETag can be obtained by calling `getSyncAuthorization`."],["The HTTP request for this API is a POST method to `https://apigee.googleapis.com/v1/{name=organizations/*}:setSyncAuthorization`, using gRPC Transcoding syntax."],["The `name` path parameter, which is mandatory, specifies the Apigee organization in the format `organizations/{org}`, and requires `apigee.organizations.update` IAM permission."],["Both the request and the response body utilize the `SyncAuthorization` resource, and the API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]