Add CreatedAt and UpdatedAt field to IAM user

This commit is contained in:
Ingo Oppermann
2023-09-18 15:18:21 +02:00
parent f31cb8eb0d
commit 92f2f6de8c
27 changed files with 3914 additions and 3147 deletions

View File

@@ -5701,6 +5701,10 @@ const docTemplate = `{
"auth": {
"$ref": "#/definitions/api.IAMUserAuth"
},
"created_at": {
"type": "integer",
"format": "int64"
},
"name": {
"type": "string"
},
@@ -5712,6 +5716,10 @@ const docTemplate = `{
},
"superuser": {
"type": "boolean"
},
"updated_at": {
"type": "integer",
"format": "int64"
}
}
},