Method: organizations.locations.addressGroups.listReferences

Lists references of an address group.

HTTP request

GET https://networksecurity.googleapis.com/v1beta1/{addressGroup=organizations/*/locations/*/addressGroups/*}:listReferences

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
addressGroup

string

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.

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.