Required. The parent resource where this search will be performed. This should be the nearest Resource Manager resource (project, folder, or organization) to the target.
[[["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-05-21 UTC."],[[["\u003cp\u003eThis endpoint retrieves policy bindings directly associated with a specified target resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e request utilizes a URL with gRPC Transcoding syntax, requiring a \u003ccode\u003eparent\u003c/code\u003e path parameter to define the resource context (project, folder, or organization).\u003c/p\u003e\n"],["\u003cp\u003eA mandatory \u003ccode\u003etarget\u003c/code\u003e query parameter specifies the resource to which policies are bound, and the \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e are available as optional query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body is expected to be empty, and the successful response body will contain a \u003ccode\u003eSearchTargetPolicyBindingsResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.locations.policyBindings.searchTargetPolicyBindings\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nSearch policy bindings by target. Returns all policy binding objects bound directly to target.\n\n### HTTP request\n\n`GET https://iam.googleapis.com/v3/{parent=organizations/*/locations/*}/policyBindings:searchTargetPolicyBindings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query 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 [SearchTargetPolicyBindingsResponse](/iam/docs/reference/rest/v3/SearchTargetPolicyBindingsResponse).\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)."]]