ListAddressGroupReferencesResponse

Response of the ListAddressGroupReferences method.

JSON representation
{
  "addressGroupReferences": [
    {
      object (AddressGroupReference)
    }
  ],
  "nextPageToken": string
}
Fields
addressGroupReferences[]

object (AddressGroupReference)

A list of references that matches the specified filter in the request.

nextPageToken

string

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

AddressGroupReference

The Reference of AddressGroup.

JSON representation
{
  "firewallPolicy": string,
  "securityPolicy": string,
  "rulePriority": integer
}
Fields
firewallPolicy

string

FirewallPolicy that is using the Address Group.

securityPolicy

string

Cloud Armor SecurityPolicy that is using the Address Group.

rulePriority

integer

Rule priority of the FirewallPolicy that is using the Address Group.