Data Governance Server Documentation Index
Configuration Reference Home

Policy Variable Definition

Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.

Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.

A Data Governance Server policy variable definition.

Relations to This Component
Properties
dsconfig Usage

Relations to This Component

The following components have a direct composition relation to Policy Variable Definitions:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ jexl-expression  None

Basic Properties

jexl-expression

Description
A JEXL expression that when evaluated will yield the value of this variable.
Default Value
None
Allowed Values
application/jexl
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Policy Variable Definitions:

dsconfig list-policy-variable-definitions
     [--property {propertyName}] ...

To view the configuration for an existing Policy Variable Definition:

dsconfig get-policy-variable-definition-prop
     --definition-name {name}
     --policy-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Policy Variable Definition:

dsconfig set-policy-variable-definition-prop
     --definition-name {name}
     --policy-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Policy Variable Definition:

dsconfig create-policy-variable-definition
     --definition-name {name}
     --policy-name {name}
     --set jexl-expression:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Policy Variable Definition:

dsconfig delete-policy-variable-definition
     --definition-name {name}
     --policy-name {name}