Added the API support for the user management enhancements feature
Change-Id: I548e0fb5d68239da0e7ac630afe8fefae6b95dd9
Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
type: string
admin:
type: boolean
+ admin_show:
+ type: boolean
project_id:
type: string
format: uuid
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
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'