Feature 11002: Deprecate helmv2
[osm/SOL005.git] / osm-openapi.yaml
index 590ba21..3e2b528 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'
@@ -8726,8 +8744,6 @@ components:
     K8sClusterDeploymentMethods:
       type: object
       properties:
-        helm-chart:
-          type: boolean
         juju-bundle:
           type: boolean
         helm-chart-v3: