Required. A name of the AddressGroup to clone items to. Must be in the format projects|organization/*/locations/{location}/addressGroups/*.
Query parameters
Parameters
pageSize
integer
The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's nextPageToken to determine if there are more AddressGroupUsers left to be queried.
pageToken
string
The nextPageToken value returned from a previous List request, if any.
[[["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-08-06 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of references for a specified address group using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a path parameter \u003ccode\u003eaddressGroup\u003c/code\u003e which specifies the name of the address group in the format \u003ccode\u003eorganizations/*/locations/*/addressGroups/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request supports optional query parameters \u003ccode\u003epageSize\u003c/code\u003e to limit the number of references returned and \u003ccode\u003epageToken\u003c/code\u003e for pagination through a large result set.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response will be a \u003ccode\u003eListAddressGroupReferencesResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint requires \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authentication.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.locations.addressGroups.listReferences\n\nLists references of an address group.\n\n### HTTP request\n\n`GET https://networksecurity.googleapis.com/v1beta1/{addressGroup=organizations/*/locations/*/addressGroups/*}:listReferences`\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 [ListAddressGroupReferencesResponse](/firewall/docs/reference/network-security/rest/v1beta1/ListAddressGroupReferencesResponse).\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)."]]