args = {
        "password_expiry_duration": str(password_expiry_duration)
        if password_expiry_duration is not None else None,
        "password_history": str(password_history)
        if password_history is not None else None,