docs: iam module meta doc

This commit is contained in:
Chris Milne 2026-06-11 13:07:48 +01:00
parent 0a7f9092c7
commit 38c26cca7b

View file

@ -34,13 +34,17 @@ tags_metadata = [
"name": "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",
"description": "Services related operations, includes registering services and reissuing API keys",
},
{
"name": "Organisation",
"description": "Organisation related operations, includes getting lists of users etc associated with orgs",
"name": "IAM",
"description": "Operations related to the role based identity and access management system. This includes management of groups, permissions, and related users.",
},
]