Skip to content

Commit e6e334a

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 95d67ee commit e6e334a

File tree

1 file changed

+53
-0
lines changed
  • dist/json/cloudforet/api/identity/v2

1 file changed

+53
-0
lines changed

dist/json/cloudforet/api/identity/v2/User.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
"name": "UPDATE_PASSWORD",
117117
"number": "0",
118118
"description": ""
119+
},
120+
{
121+
"name": "ENFORCE_MFA",
122+
"number": "1",
123+
"description": ""
119124
}
120125
]
121126
},
@@ -267,6 +272,30 @@
267272
"isoneof": false,
268273
"oneofdecl": "",
269274
"defaultValue": ""
275+
},
276+
{
277+
"name": "mfa",
278+
"description": "+optional",
279+
"label": "",
280+
"type": "MFA",
281+
"longType": "MFA",
282+
"fullType": "spaceone.api.identity.v2.MFA",
283+
"ismap": false,
284+
"isoneof": false,
285+
"oneofdecl": "",
286+
"defaultValue": ""
287+
},
288+
{
289+
"name": "required_actions",
290+
"description": "+optional",
291+
"label": "repeated",
292+
"type": "UserRequiredAction",
293+
"longType": "UserRequiredAction",
294+
"fullType": "spaceone.api.identity.v2.UserRequiredAction",
295+
"ismap": false,
296+
"isoneof": false,
297+
"oneofdecl": "",
298+
"defaultValue": ""
270299
}
271300
]
272301
},
@@ -519,6 +548,30 @@
519548
"isoneof": false,
520549
"oneofdecl": "",
521550
"defaultValue": ""
551+
},
552+
{
553+
"name": "mfa",
554+
"description": "+optional",
555+
"label": "",
556+
"type": "MFA",
557+
"longType": "MFA",
558+
"fullType": "spaceone.api.identity.v2.MFA",
559+
"ismap": false,
560+
"isoneof": false,
561+
"oneofdecl": "",
562+
"defaultValue": ""
563+
},
564+
{
565+
"name": "required_actions",
566+
"description": "+optional",
567+
"label": "repeated",
568+
"type": "UserRequiredAction",
569+
"longType": "UserRequiredAction",
570+
"fullType": "spaceone.api.identity.v2.UserRequiredAction",
571+
"ismap": false,
572+
"isoneof": false,
573+
"oneofdecl": "",
574+
"defaultValue": ""
522575
}
523576
]
524577
},

0 commit comments

Comments
 (0)