Skip to main content

address_groups_references

Creates, updates, deletes, gets or lists a address_groups_references resource.

Overview

Nameaddress_groups_references
TypeResource
Idgoogle.networksecurity.address_groups_references

Fields

NameDatatypeDescription
firewallPolicystringFirewallPolicy that is using the Address Group.
rulePriorityintegerRule priority of the FirewallPolicy that is using the Address Group.
securityPolicystringCloud Armor SecurityPolicy that is using the Address Group.

Methods

NameAccessible byRequired ParamsDescription
organizations_locations_address_groups_list_referencesSELECTaddressGroupsId, locationsId, organizationsIdLists references of an address group.
projects_locations_address_groups_list_referencesSELECTaddressGroupsId, locationsId, projectsIdLists references of an address group.

SELECT examples

Lists references of an address group.

SELECT
firewallPolicy,
rulePriority,
securityPolicy
FROM google.networksecurity.address_groups_references
WHERE addressGroupsId = '{{ addressGroupsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';