Skip to content

Commit 3468836

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

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

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

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,26 @@
324324
"isoneof": false,
325325
"oneofdecl": "",
326326
"defaultValue": ""
327+
},
328+
{
329+
"name": "auth_type",
330+
"description": "",
331+
"label": "",
332+
"type": "AuthType",
333+
"longType": "AuthType",
334+
"fullType": "spaceone.api.identity.v2.AuthType",
335+
"ismap": false,
336+
"isoneof": false,
337+
"oneofdecl": "",
338+
"defaultValue": ""
327339
}
328340
]
329341
},
330342
{
331343
"name": "UsersSummaryInfo",
332344
"longName": "UsersSummaryInfo",
333345
"fullName": "spaceone.api.identity.v2.UsersSummaryInfo",
334-
"description": "{\n \"results\": [\n {\n \"user_id\": \"[email protected]\",\n \"name\": \"Wonny\",\n \"state\": \"ENABLED\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"name\": \"Belty\",\n \"state\": \"ENABLED\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\"\n }\n ],\n \"total_count\": 21\n}",
346+
"description": "{\n \"results\": [\n {\n \"user_id\": \"[email protected]\",\n \"name\": \"Wonny\",\n \"state\": \"ENABLED\",\n \"auth_type\": \"LOCAL\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"name\": \"Belty\",\n \"state\": \"ENABLED\",\n \"auth_type\": \"LOCAL\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\",\n \"auth_type\": \"LOCAL\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\",\n \"auth_type\": \"LOCAL\"\n },\n {\n \"user_id\": \"[email protected]\",\n \"state\": \"PENDING\",\n \"auth_type\": \"LOCAL\"\n }\n ],\n \"total_count\": 21\n}",
335347
"hasExtensions": false,
336348
"hasFields": true,
337349
"hasOneofs": false,
@@ -367,7 +379,7 @@
367379
"name": "WorkspaceUserFindRequest",
368380
"longName": "WorkspaceUserFindRequest",
369381
"fullName": "spaceone.api.identity.v2.WorkspaceUserFindRequest",
370-
"description": "{\n \"keyword\": \"cloudforet\",\n \"state\": \"ENABLED\",\n \"page\": {\n \"start\": 1,\n \"limit\": 5\n }\n}",
382+
"description": "{\n \"keyword\": \"cloudforet\",\n \"state\": \"ENABLED\",\n \"auth_type\": \"LOCAL\",\n \"page\": {\n \"start\": 1,\n \"limit\": 5\n }\n}",
371383
"hasExtensions": false,
372384
"hasFields": true,
373385
"hasOneofs": false,
@@ -398,9 +410,21 @@
398410
"defaultValue": ""
399411
},
400412
{
401-
"name": "page",
413+
"name": "auth_type",
402414
"description": "+optional",
403415
"label": "",
416+
"type": "AuthType",
417+
"longType": "AuthType",
418+
"fullType": "spaceone.api.identity.v2.AuthType",
419+
"ismap": false,
420+
"isoneof": false,
421+
"oneofdecl": "",
422+
"defaultValue": ""
423+
},
424+
{
425+
"name": "page",
426+
"description": "",
427+
"label": "",
404428
"type": "Page",
405429
"longType": "spaceone.api.core.v2.Page",
406430
"fullType": "spaceone.api.core.v2.Page",

0 commit comments

Comments
 (0)