1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

ipa_user: add how to remove userauthtype from an user (#7991)

This commit is contained in:
Parsa Yousefi 2024-02-20 23:59:15 +03:30 committed by GitHub
parent 1dd697bdc2
commit 551b0b9eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,6 +103,7 @@ options:
userauthtype: userauthtype:
description: description:
- The authentication type to use for the user. - 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. - The choice V(idp) and V(passkey) has been added in community.general 8.1.0.
choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"] choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"]
type: list type: list