- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists references of an address group.
HTTP request
GET https://networksecurity.googleapis.com/v1/{addressGroup=organizations/*/locations/*/addressGroups/*}:listReferences
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
addressGroup |
Required. A name of the AddressGroup to clone items to. Must be in the format |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
pageToken |
The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListAddressGroupReferencesResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.