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"
},

View File

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

View File

@@ -583,6 +583,8 @@ definitions:
type: object
identity.User:
properties:
alias:
type: string
auth:
$ref: '#/definitions/identity.UserAuth'
name: