Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0 value ints in resources okta_policy_password and okta_policy_password_default #1477

Merged
merged 5 commits into from
Mar 7, 2023

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    f3e4066 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    d543766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4aef59 View commit details
    Browse the repository at this point in the history
  3. Correctly handle zero "0" integer values in API calls for resources

    `okta_policy_password` and `okta_policy_password_default`
    
    Attributes:
    - `password_auto_unlock_minutes`
    - `password_expire_warn_days`
    - `password_history_count`
    - `password_max_age_days`
    - `password_max_lockout_attempts`
    - `password_min_age_minutes`
    - `password_min_length`
    - `password_min_lowercase`
    - `password_min_number`
    - `password_min_symbol`
    - `password_min_uppercase`
    - `question_min_length`
    - `recovery_email_token`
    
    Closes #1457
    monde committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    11b093a View commit details
    Browse the repository at this point in the history
  4. Taming staticcheck

    monde committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8e8e980 View commit details
    Browse the repository at this point in the history