[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)

doc style adjustments: modules i* (#10409)

(cherry picked from commit a36ad54b53)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-07-14 15:34:39 +02:00 committed by GitHub
commit 27377140d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -26,7 +26,7 @@ options:
aliases: ["name"]
type: str
newuniqueid:
description: If specified, the unique ID specified will be changed to this.
description: If specified, the unique ID specified is changed to this.
type: str
otptype:
description:
@ -37,7 +37,7 @@ options:
secretkey:
description:
- Token secret (Base64).
- If OTP is created and this is not specified, a random secret will be generated by IPA.
- If OTP is created and this is not specified, a random secret is generated by IPA.
- B(Note:) Cannot be modified after OTP is created.
type: str
description:
@ -54,13 +54,13 @@ options:
description:
- First date/time the token can be used.
- In the format C(YYYYMMddHHmmss).
- For example, V(20180121182022) will allow the token to be used starting on 21 January 2018 at 18:20:22.
- For example, V(20180121182022) allows the token to be used starting on 21 January 2018 at 18:20:22.
type: str
notafter:
description:
- Last date/time the token can be used.
- In the format C(YYYYMMddHHmmss).
- For example, V(20200121182022) will allow the token to be used until 21 January 2020 at 18:20:22.
- For example, V(20200121182022) allows the token to be used until 21 January 2020 at 18:20:22.
type: str
vendor:
description: Token vendor name (informational only).
@ -84,7 +84,7 @@ options:
type: str
digits:
description:
- Number of digits each token code will have.
- Number of digits each token code has.
- B(Note:) Cannot be modified after OTP is created.
choices: [6, 8]
type: int