UseSimpleNames
Specifies whether or not simple names should be used for the Environment schemas and the custom columns in the User view.
Data Type
bool
Default Value
true
Remarks
PingOne Environment names and User custom attribute names can use special characters that are normally not allowed in standard databases. UseSimpleNames makes the connector easier to use with traditional database tools.
The default behavior of UseSimpleNames (True) simplifies the names of the Environment schemas and, when IncludeCustomFields is enabled, the names of the custom columns exposed in Users. It enforces a naming scheme such that only alphanumeric characters and the underscore are valid.
Any non-alphanumeric characters are converted to underscores.