mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
doc style adjustments: modules i* (#10409)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user