Add attribute documentation

Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
This commit is contained in:
E.S. Rosenberg a.k.a. Keeper of the Keys 2025-03-05 15:09:40 +02:00
parent 0f590dc48e
commit 7358c1e7a7

View file

@ -189,6 +189,14 @@ options:
fields names in privileges.
type: bool
version_added: '3.8.0'
locked:
description:
- Lock account to prevent connections using it, this is primarily used for creating a user that will act as a DEFINER on stored procedures.
- The default is C(false)
type: bool
version_added: 'TBA'
attributes:
description:
- "Create, update, or delete user attributes (arbitrary 'key: value' comments) for the user."