From 551b0b9eeae20d62e0aca55ad2a73b834a23471f Mon Sep 17 00:00:00 2001
From: Parsa Yousefi
Date: Tue, 20 Feb 2024 23:59:15 +0330
Subject: [PATCH] ipa_user: add how to remove userauthtype from an user (#7991)
---
plugins/modules/ipa_user.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/modules/ipa_user.py b/plugins/modules/ipa_user.py
index cd3cebe44d6..e8a1858d0b6 100644
--- a/plugins/modules/ipa_user.py
+++ b/plugins/modules/ipa_user.py
@@ -103,6 +103,7 @@
userauthtype:
description:
- The authentication type to use for the user.
+ - To remove all authentication types from the user, use an empty list V([]).
- The choice V(idp) and V(passkey) has been added in community.general 8.1.0.
choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"]
type: list