mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update author field and add type for all options in docs (#54350)
This commit is contained in:
parent
399fc110e7
commit
7ad003bf68
23 changed files with 116 additions and 23 deletions
|
@ -19,19 +19,22 @@ short_description: Create or delete FlashBlade Object Store account users
|
|||
description:
|
||||
- Create or delete object store account users on a Pure Stoage FlashBlade.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
- Create or delete object store account user
|
||||
default: present
|
||||
choices: [ absent, present ]
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name of object store user
|
||||
type: str
|
||||
account:
|
||||
description:
|
||||
- The name of object store account associated with user
|
||||
type: str
|
||||
access_key:
|
||||
description:
|
||||
- Create secret access key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue