mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
(cherry picked from commit 015566fb06)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -68,11 +68,11 @@ response:
|
||||
type: dict
|
||||
sample:
|
||||
{
|
||||
"auth_api": False,
|
||||
"auth_api": false,
|
||||
"name": "Foo",
|
||||
"auth_token": None,
|
||||
"auth_token": null,
|
||||
"user_count": 0,
|
||||
"auth_secret": None,
|
||||
"auth_secret": null,
|
||||
"id": "csftwlu6uhralzi2dpmhekz3",
|
||||
}
|
||||
"""
|
||||
|
||||
@@ -49,27 +49,27 @@ organizations:
|
||||
sample:
|
||||
[
|
||||
{
|
||||
"auth_api": False,
|
||||
"auth_api": false,
|
||||
"name": "FooOrg",
|
||||
"auth_token": None,
|
||||
"auth_token": null,
|
||||
"user_count": 0,
|
||||
"auth_secret": None,
|
||||
"auth_secret": null,
|
||||
"id": "csftwlu6uhralzi2dpmhekz3",
|
||||
},
|
||||
{
|
||||
"auth_api": False,
|
||||
"auth_api": false,
|
||||
"name": "MyOrg",
|
||||
"auth_token": None,
|
||||
"auth_token": null,
|
||||
"user_count": 3,
|
||||
"auth_secret": None,
|
||||
"auth_secret": null,
|
||||
"id": "58070daee63f3b2e6e472c36",
|
||||
},
|
||||
{
|
||||
"auth_api": False,
|
||||
"auth_api": false,
|
||||
"name": "BarOrg",
|
||||
"auth_token": None,
|
||||
"auth_token": null,
|
||||
"user_count": 0,
|
||||
"auth_secret": None,
|
||||
"auth_secret": null,
|
||||
"id": "v1sncsxxybnsylc8gpqg85pg",
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user