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 associated with a specific address group.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request utilizes the \u003ccode\u003eGET\u003c/code\u003e method with a URL structure that follows gRPC Transcoding syntax to specify the target address group via its name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaddressGroup\u003c/code\u003e path parameter is required to identify the address group for which the references will be listed and must adhere to a defined format.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e, can be used to manage the number of references returned and to navigate through paginated results, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this \u003ccode\u003eGET\u003c/code\u003e request is empty, and the response will contain a \u003ccode\u003eListAddressGroupReferencesResponse\u003c/code\u003e object if the request is successful.\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/v1/{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/v1/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)."]]