Example: XML Document Linking a Filter to All Users - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™
<?xml version="1.0" encoding="UTF-8"?>
<tdat name="tdat">
  <system name="gizmo">
    <users tag="allusers">
    </users>
    <ipfilters>
      <ipfilter name cn=”filter1” type="permissive">
        <deny ip="192.0.2.0/255.255.255.0"/>
        <allow ip="198.51.100.0/255.255.255.255"/>
        <appliesto tagref="allusers"/>
      </ipfilter>
    </ipfilters>
  </system>
</tdat>

The following table provides an explanation of the terms used in an allusers filter. The descriptions cover only the differences from standard filters. For the terms not covered in this table, refer to the examples on Permissive Filters and Restrictive Filters.

Term Description
<users tag="allusers"> Provides the means to apply the filter to all users.

The term allusers is for reference only, and you can use another term in its place, if you also reference the same term in the appliesto tagref.

<appliesto tagref="allusers"/> Applies the filter to all users without the need to list them individually, if the users tag also specifies allusers.