docs: iam module meta doc
This commit is contained in:
parent
0a7f9092c7
commit
38c26cca7b
1 changed files with 6 additions and 2 deletions
|
|
@ -34,13 +34,17 @@ tags_metadata = [
|
||||||
"name": "User",
|
"name": "User",
|
||||||
"description": "User related operations, includes getting information about the current user",
|
"description": "User related operations, includes getting information about the current user",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Organisation",
|
||||||
|
"description": "Organisation related operations, includes getting lists of users etc associated with orgs",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Service",
|
"name": "Service",
|
||||||
"description": "Services related operations, includes registering services and reissuing API keys",
|
"description": "Services related operations, includes registering services and reissuing API keys",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Organisation",
|
"name": "IAM",
|
||||||
"description": "Organisation related operations, includes getting lists of users etc associated with orgs",
|
"description": "Operations related to the role based identity and access management system. This includes management of groups, permissions, and related users.",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue