[[["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-07-17 UTC."],[[["\u003cp\u003eThis page details how to retrieve an Authorized Orgs Description using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe specific resource is identified via a required path parameter, \u003ccode\u003ename\u003c/code\u003e, which follows the format: \u003ccode\u003eaccessPolicies/{policy_id}/authorizedOrgsDescs/{authorized_orgs_descs_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires an empty body and uses gRPC Transcoding syntax within its URL.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return an instance of \u003ccode\u003eAuthorizedOrgsDesc\u003c/code\u003e in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to make this call requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: accessPolicies.authorizedOrgsDescs.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets an [authorized orgs desc](/access-context-manager/docs/reference/rest/v1alpha/accessPolicies.authorizedOrgsDescs#AuthorizedOrgsDesc) based on the resource name.\n\n### HTTP request\n\n`GET https://accesscontextmanager.googleapis.com/v1alpha/{name=accessPolicies/*/authorizedOrgsDescs/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [AuthorizedOrgsDesc](/access-context-manager/docs/reference/rest/v1alpha/accessPolicies.authorizedOrgsDescs#AuthorizedOrgsDesc).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]