Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane.
An ETag is returned in the response to getSyncAuthorization. Pass that ETag when calling setSyncAuthorization to ensure that you are updating the correct version. 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-03-07 UTC."],[[["This page details how to retrieve service account permissions required for the Synchronizer to download environment data from the control plane in Apigee hybrid."],["An ETag is returned with the `getSyncAuthorization` response and is required for updating authorization using `setSyncAuthorization` to avoid overwriting."],["The HTTP request uses a `POST` method with a specific URL structure that utilizes gRPC Transcoding to call `getSyncAuthorization`, including the organization name in the path."],["The request body for retrieving synchronization authorization must be empty, and successful requests will return an instance of `SyncAuthorization` in the response."],["Authorization for this operation requires the `apigee.organizations.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]