Custom User Parameters

The connector supports aggregating and provisioning custom parameters associated with a database user, available in the USER_PARAMETERS table in the SAP HANA database.

Custom Parameter Aggregation

In order to aggregate custom parameters for a database user that exists in the USER_PARAMETERS table in the SAP HANA database, you must add the parameter name with the prefix PARAM: (this must be in all capital letters) as an attribute in the account schema.

For example, to aggregate a parameter named ADDRESS, add the PARAM:ADDRESS attribute in the account schema.

Note
Ensure the attribute name (except the prefix PARAM:) matches the case of the parameter name in the database without any unwanted leading or trailing spaces.