mirror of
https://github.com/datarhei/core.git
synced 2025-11-03 10:30:53 +08:00
Add IAM identity alias to API
This commit is contained in:
@@ -1997,6 +1997,9 @@ const docTemplateClusterAPI = `{
|
||||
"identity.User": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"alias": {
|
||||
"type": "string"
|
||||
},
|
||||
"auth": {
|
||||
"$ref": "#/definitions/identity.UserAuth"
|
||||
},
|
||||
|
||||
@@ -1989,6 +1989,9 @@
|
||||
"identity.User": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"alias": {
|
||||
"type": "string"
|
||||
},
|
||||
"auth": {
|
||||
"$ref": "#/definitions/identity.UserAuth"
|
||||
},
|
||||
|
||||
@@ -583,6 +583,8 @@ definitions:
|
||||
type: object
|
||||
identity.User:
|
||||
properties:
|
||||
alias:
|
||||
type: string
|
||||
auth:
|
||||
$ref: '#/definitions/identity.UserAuth'
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user