Adding, Changing, and Dropping Security Constraints in a Profile - 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
ft:locale
en-US
ft:lastEdition
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™

Use the MODIFY PROFILE statement to change the security constraints shown in the profile created in Assigning Security Constraints in a CREATE PROFILE Statement, for example:

MODIFY PROFILE  Profile_Name AS
   CONSTRAINT = Classification_Level (TopSecret, Unclassified DEFAULT),
   CONSTRAINT = Classification_Country (NULL)
   CONSTRAINT = Classification_Job (Analyst) ;

where:

Syntax Element Description
Classification_Level (TopSecret, Unclassified DEFAULT) Raises the classification level for the constraint by replacing Secret with TopSecret, while retaining the DEFAULT Unclassified level.
Classification_Country(NULL) Drops the Classification_Country constraint assignment from the profile.
Classification_Job (Analyst) Adds the new hierarchical category Classification_Job, and assigns the Analyst classification level.