Added
- `code42 profile` commands that validate passwords (`create`, `update`, `reset-pw`) now have the `--debug` option available, and `create` and `update` can now also pass in `--totp` as an option.
- New command options for `code42 security-data search`
- `--risk-indicator` to filter events by risk indicators.
- `--risk-severity` to filter events by risk severity.
Changed
- A TOTP token is now required on `code42 profile` commands that check for password validity when a user has MFA enabled.
- Updated minimum version of py42 to `1.18.0` to provide access to `FIRST_DESTINATION_USE` and `RARE_DESTINATION_USE` search filters.
Fixed
- `code42 profile delete` command now prints a clear error message when deletion target doesn't exist.