|
36 | 36 | #include "model/AuthorizeApplicationToOrganizationalUnitsResult.h" |
37 | 37 | #include "model/AuthorizeApplicationToUsersRequest.h" |
38 | 38 | #include "model/AuthorizeApplicationToUsersResult.h" |
| 39 | +#include "model/BindUserAuthnSourceMappingRequest.h" |
| 40 | +#include "model/BindUserAuthnSourceMappingResult.h" |
39 | 41 | #include "model/CreateApplicationRequest.h" |
40 | 42 | #include "model/CreateApplicationResult.h" |
41 | 43 | #include "model/CreateApplicationClientSecretRequest.h" |
|
312 | 314 | #include "model/ListRegionsResult.h" |
313 | 315 | #include "model/ListSynchronizationJobsRequest.h" |
314 | 316 | #include "model/ListSynchronizationJobsResult.h" |
| 317 | +#include "model/ListUserAuthnSourceMappingsRequest.h" |
| 318 | +#include "model/ListUserAuthnSourceMappingsResult.h" |
315 | 319 | #include "model/ListUsersRequest.h" |
316 | 320 | #include "model/ListUsersResult.h" |
317 | 321 | #include "model/ListUsersForApplicationRequest.h" |
|
366 | 370 | #include "model/SetPasswordInitializationConfigurationResult.h" |
367 | 371 | #include "model/SetUserPrimaryOrganizationalUnitRequest.h" |
368 | 372 | #include "model/SetUserPrimaryOrganizationalUnitResult.h" |
| 373 | +#include "model/UnbindUserAuthnSourceMappingRequest.h" |
| 374 | +#include "model/UnbindUserAuthnSourceMappingResult.h" |
369 | 375 | #include "model/UnlockUserRequest.h" |
370 | 376 | #include "model/UnlockUserResult.h" |
371 | 377 | #include "model/UpdateApplicationAuthorizationTypeRequest.h" |
@@ -454,6 +460,9 @@ namespace AlibabaCloud |
454 | 460 | typedef Outcome<Error, Model::AuthorizeApplicationToUsersResult> AuthorizeApplicationToUsersOutcome; |
455 | 461 | typedef std::future<AuthorizeApplicationToUsersOutcome> AuthorizeApplicationToUsersOutcomeCallable; |
456 | 462 | typedef std::function<void(const EiamClient*, const Model::AuthorizeApplicationToUsersRequest&, const AuthorizeApplicationToUsersOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> AuthorizeApplicationToUsersAsyncHandler; |
| 463 | + typedef Outcome<Error, Model::BindUserAuthnSourceMappingResult> BindUserAuthnSourceMappingOutcome; |
| 464 | + typedef std::future<BindUserAuthnSourceMappingOutcome> BindUserAuthnSourceMappingOutcomeCallable; |
| 465 | + typedef std::function<void(const EiamClient*, const Model::BindUserAuthnSourceMappingRequest&, const BindUserAuthnSourceMappingOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BindUserAuthnSourceMappingAsyncHandler; |
457 | 466 | typedef Outcome<Error, Model::CreateApplicationResult> CreateApplicationOutcome; |
458 | 467 | typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable; |
459 | 468 | typedef std::function<void(const EiamClient*, const Model::CreateApplicationRequest&, const CreateApplicationOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateApplicationAsyncHandler; |
@@ -868,6 +877,9 @@ namespace AlibabaCloud |
868 | 877 | typedef Outcome<Error, Model::ListSynchronizationJobsResult> ListSynchronizationJobsOutcome; |
869 | 878 | typedef std::future<ListSynchronizationJobsOutcome> ListSynchronizationJobsOutcomeCallable; |
870 | 879 | typedef std::function<void(const EiamClient*, const Model::ListSynchronizationJobsRequest&, const ListSynchronizationJobsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListSynchronizationJobsAsyncHandler; |
| 880 | + typedef Outcome<Error, Model::ListUserAuthnSourceMappingsResult> ListUserAuthnSourceMappingsOutcome; |
| 881 | + typedef std::future<ListUserAuthnSourceMappingsOutcome> ListUserAuthnSourceMappingsOutcomeCallable; |
| 882 | + typedef std::function<void(const EiamClient*, const Model::ListUserAuthnSourceMappingsRequest&, const ListUserAuthnSourceMappingsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListUserAuthnSourceMappingsAsyncHandler; |
871 | 883 | typedef Outcome<Error, Model::ListUsersResult> ListUsersOutcome; |
872 | 884 | typedef std::future<ListUsersOutcome> ListUsersOutcomeCallable; |
873 | 885 | typedef std::function<void(const EiamClient*, const Model::ListUsersRequest&, const ListUsersOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListUsersAsyncHandler; |
@@ -949,6 +961,9 @@ namespace AlibabaCloud |
949 | 961 | typedef Outcome<Error, Model::SetUserPrimaryOrganizationalUnitResult> SetUserPrimaryOrganizationalUnitOutcome; |
950 | 962 | typedef std::future<SetUserPrimaryOrganizationalUnitOutcome> SetUserPrimaryOrganizationalUnitOutcomeCallable; |
951 | 963 | typedef std::function<void(const EiamClient*, const Model::SetUserPrimaryOrganizationalUnitRequest&, const SetUserPrimaryOrganizationalUnitOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> SetUserPrimaryOrganizationalUnitAsyncHandler; |
| 964 | + typedef Outcome<Error, Model::UnbindUserAuthnSourceMappingResult> UnbindUserAuthnSourceMappingOutcome; |
| 965 | + typedef std::future<UnbindUserAuthnSourceMappingOutcome> UnbindUserAuthnSourceMappingOutcomeCallable; |
| 966 | + typedef std::function<void(const EiamClient*, const Model::UnbindUserAuthnSourceMappingRequest&, const UnbindUserAuthnSourceMappingOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UnbindUserAuthnSourceMappingAsyncHandler; |
952 | 967 | typedef Outcome<Error, Model::UnlockUserResult> UnlockUserOutcome; |
953 | 968 | typedef std::future<UnlockUserOutcome> UnlockUserOutcomeCallable; |
954 | 969 | typedef std::function<void(const EiamClient*, const Model::UnlockUserRequest&, const UnlockUserOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UnlockUserAsyncHandler; |
@@ -1062,6 +1077,9 @@ namespace AlibabaCloud |
1062 | 1077 | AuthorizeApplicationToUsersOutcome authorizeApplicationToUsers(const Model::AuthorizeApplicationToUsersRequest &request)const; |
1063 | 1078 | void authorizeApplicationToUsersAsync(const Model::AuthorizeApplicationToUsersRequest& request, const AuthorizeApplicationToUsersAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1064 | 1079 | AuthorizeApplicationToUsersOutcomeCallable authorizeApplicationToUsersCallable(const Model::AuthorizeApplicationToUsersRequest& request) const; |
| 1080 | + BindUserAuthnSourceMappingOutcome bindUserAuthnSourceMapping(const Model::BindUserAuthnSourceMappingRequest &request)const; |
| 1081 | + void bindUserAuthnSourceMappingAsync(const Model::BindUserAuthnSourceMappingRequest& request, const BindUserAuthnSourceMappingAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 1082 | + BindUserAuthnSourceMappingOutcomeCallable bindUserAuthnSourceMappingCallable(const Model::BindUserAuthnSourceMappingRequest& request) const; |
1065 | 1083 | CreateApplicationOutcome createApplication(const Model::CreateApplicationRequest &request)const; |
1066 | 1084 | void createApplicationAsync(const Model::CreateApplicationRequest& request, const CreateApplicationAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1067 | 1085 | CreateApplicationOutcomeCallable createApplicationCallable(const Model::CreateApplicationRequest& request) const; |
@@ -1476,6 +1494,9 @@ namespace AlibabaCloud |
1476 | 1494 | ListSynchronizationJobsOutcome listSynchronizationJobs(const Model::ListSynchronizationJobsRequest &request)const; |
1477 | 1495 | void listSynchronizationJobsAsync(const Model::ListSynchronizationJobsRequest& request, const ListSynchronizationJobsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1478 | 1496 | ListSynchronizationJobsOutcomeCallable listSynchronizationJobsCallable(const Model::ListSynchronizationJobsRequest& request) const; |
| 1497 | + ListUserAuthnSourceMappingsOutcome listUserAuthnSourceMappings(const Model::ListUserAuthnSourceMappingsRequest &request)const; |
| 1498 | + void listUserAuthnSourceMappingsAsync(const Model::ListUserAuthnSourceMappingsRequest& request, const ListUserAuthnSourceMappingsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 1499 | + ListUserAuthnSourceMappingsOutcomeCallable listUserAuthnSourceMappingsCallable(const Model::ListUserAuthnSourceMappingsRequest& request) const; |
1479 | 1500 | ListUsersOutcome listUsers(const Model::ListUsersRequest &request)const; |
1480 | 1501 | void listUsersAsync(const Model::ListUsersRequest& request, const ListUsersAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1481 | 1502 | ListUsersOutcomeCallable listUsersCallable(const Model::ListUsersRequest& request) const; |
@@ -1557,6 +1578,9 @@ namespace AlibabaCloud |
1557 | 1578 | SetUserPrimaryOrganizationalUnitOutcome setUserPrimaryOrganizationalUnit(const Model::SetUserPrimaryOrganizationalUnitRequest &request)const; |
1558 | 1579 | void setUserPrimaryOrganizationalUnitAsync(const Model::SetUserPrimaryOrganizationalUnitRequest& request, const SetUserPrimaryOrganizationalUnitAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1559 | 1580 | SetUserPrimaryOrganizationalUnitOutcomeCallable setUserPrimaryOrganizationalUnitCallable(const Model::SetUserPrimaryOrganizationalUnitRequest& request) const; |
| 1581 | + UnbindUserAuthnSourceMappingOutcome unbindUserAuthnSourceMapping(const Model::UnbindUserAuthnSourceMappingRequest &request)const; |
| 1582 | + void unbindUserAuthnSourceMappingAsync(const Model::UnbindUserAuthnSourceMappingRequest& request, const UnbindUserAuthnSourceMappingAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 1583 | + UnbindUserAuthnSourceMappingOutcomeCallable unbindUserAuthnSourceMappingCallable(const Model::UnbindUserAuthnSourceMappingRequest& request) const; |
1560 | 1584 | UnlockUserOutcome unlockUser(const Model::UnlockUserRequest &request)const; |
1561 | 1585 | void unlockUserAsync(const Model::UnlockUserRequest& request, const UnlockUserAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
1562 | 1586 | UnlockUserOutcomeCallable unlockUserCallable(const Model::UnlockUserRequest& request) const; |
|
0 commit comments