Add IAM identity alias to API

This commit is contained in:
Ingo Oppermann
2023-08-03 17:28:02 +03:00
parent 2c2d460a19
commit 0b718b8b18
7 changed files with 288 additions and 0 deletions

View File

@@ -1997,6 +1997,9 @@ const docTemplateClusterAPI = `{
"identity.User": {
"type": "object",
"properties": {
"alias": {
"type": "string"
},
"auth": {
"$ref": "#/definitions/identity.UserAuth"
},