...
All the values inside the PasswordFormat will be concatenated for password. If IsField=true, that means it will get the value provided in the csv, Otherwise whatever the value provided in the configuration value property it will consider that.
AutoUserDeactivationConfigurationAuto User Deactivation Configuration
Sample Configuration:
Code Block | ||
---|---|---|
| ||
"AutoUserDeactivationConfiguration": { "MaxUsersToDeactivate": "500", "UserFilterFieldNames": [ "Rank" ] |
...