IncludeCustomFields Parameter (Connect-PingOne Cmdlet)
A boolean indicating if you would like to include custom fields in the column listing.
Syntax
Connect-PingOne -IncludeCustomFields bool
Data Type
bool
Default Value
true
Remarks
Setting this to true (default behavior) will expose custom fields as columns at the cost of some performance. Only Users supports custom fields, so this property applies only for that entity.
In order for the cmdlet to access Users custom fields and report them as columns, the following permission is required: dir:read:schema. We recommend using the built-in Client Application Developer role for that.