|
324 | 324 | "isoneof": false, |
325 | 325 | "oneofdecl": "", |
326 | 326 | "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": "" |
327 | 339 | } |
328 | 340 | ] |
329 | 341 | }, |
330 | 342 | { |
331 | 343 | "name": "UsersSummaryInfo", |
332 | 344 | "longName": "UsersSummaryInfo", |
333 | 345 | "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}", |
335 | 347 | "hasExtensions": false, |
336 | 348 | "hasFields": true, |
337 | 349 | "hasOneofs": false, |
|
367 | 379 | "name": "WorkspaceUserFindRequest", |
368 | 380 | "longName": "WorkspaceUserFindRequest", |
369 | 381 | "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}", |
371 | 383 | "hasExtensions": false, |
372 | 384 | "hasFields": true, |
373 | 385 | "hasOneofs": false, |
|
398 | 410 | "defaultValue": "" |
399 | 411 | }, |
400 | 412 | { |
401 | | - "name": "page", |
| 413 | + "name": "auth_type", |
402 | 414 | "description": "+optional", |
403 | 415 | "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": "", |
404 | 428 | "type": "Page", |
405 | 429 | "longType": "spaceone.api.core.v2.Page", |
406 | 430 | "fullType": "spaceone.api.core.v2.Page", |
|
0 commit comments