Feature 10941: User Management Enhancements 22/13222/1 v14.0 release-v14.0-start v14.0.0 v14.0.0rc1 v14.0.1 v14.0.2
authorselvi.j <selvi.j@tataelxsi.co.in>
Tue, 18 Apr 2023 14:58:14 +0000 (14:58 +0000)
committerselvi.j <selvi.j@tataelxsi.co.in>
Tue, 18 Apr 2023 14:58:14 +0000 (14:58 +0000)
Added the API support for the user management enhancements feature

Change-Id: I548e0fb5d68239da0e7ac630afe8fefae6b95dd9
Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
osm-openapi.yaml

index 590ba21..ccd9277 100644 (file)
@@ -7933,6 +7933,8 @@ components:
           type: string
         admin:
           type: boolean
+        admin_show:
+          type: boolean
         project_id:
           type: string
           format: uuid
@@ -7946,6 +7948,13 @@ components:
         issued_at:
           type: number
           format: float
+        user_show:
+          type: boolean
+        last_login:
+          type: number
+          format: float
+        login_count:
+          type: number
         expires:
           type: number
           format: float
@@ -8083,6 +8092,15 @@ components:
           type: string
         password:
           type: string
+        old_password:
+          type: string
+        system_admin_id:
+          type: string
+          format: uuid
+        unlock:
+          type: boolean
+        renew:
+          type: boolean
         projects:
           oneOf:
             - $ref: '#/components/schemas/ShortNameList'