T_AttributeEntitlement table
The T_AttributeEntitlement4 table stores the information for the entitled attribute values of a service entitlement in a provisioning policy.
Column Name Description Data type se_id* Identifier of the service entitlement. Big integer attr_name* Name of the account attribute. Character (100) attr_value Stores an attribute value whose value_type is Regular Expression(20) or Constant value(30). Character (2000) Enter* Enter of entitlement.
- 0: Excluded. Implies that all values are granted except for the specified value in the attr_value column.
- 1: Allowed. Implies that the specific value in the attr_value column is granted
- 2: Default. Implies that the specified value in the attr_value column is a default. Default values are considered granted as well.
- 3: Mandatory. Implies that the specified value in the attr_value column is required.
Small integer value_type The value type, which defines the format of the value.
- 10: JavaScript
- 20: Regular Expression
- 30: Constant value
Small integer JS_ATTR_VALUE Stores an attribute value whose value_type is JavaScript(10). Long character * Indicates that the column is required and not null.
4 Indicates that the table is added in ISIM 6.0.0.2.
Parent topic: Access catalog tables and views