address_groups_references
Creates, updates, deletes, gets or lists a address_groups_references
resource.
Overview
Name | address_groups_references |
Type | Resource |
Id | google.networksecurity.address_groups_references |
Fields
Name | Datatype | Description |
---|---|---|
firewallPolicy | string | FirewallPolicy that is using the Address Group. |
rulePriority | integer | Rule priority of the FirewallPolicy that is using the Address Group. |
securityPolicy | string | Cloud Armor SecurityPolicy that is using the Address Group. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_locations_address_groups_list_references | SELECT | addressGroupsId, locationsId, organizationsId | Lists references of an address group. |
projects_locations_address_groups_list_references | SELECT | addressGroupsId, locationsId, projectsId | Lists 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 }}';