Skip to content

Commit ed4ac2a

Browse files
committed
Update API GetLoginToken: add request parameters AreaSite.
1 parent f27eb6a commit ed4ac2a

27 files changed

+104
-76
lines changed

appstream-center-20210220/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
33

4-
project(alibabacloud_appstream-center_20210220 VERSION "1.0.0")
4+
project(alibabacloud_appstream-center20210220 VERSION "1.0.0")
55

66
# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< General set up >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #
77
set(CMAKE_CXX_STANDARD 11)
@@ -72,7 +72,7 @@ if(CMAKE_HOST_WIN32)
7272
_CRT_SECURE_NO_WARNINGS)
7373
elseif(APPLE)
7474
find_library(CFLIB CoreFoundation)
75-
find_library(UTIL_LIB alibabacloud_appstream-center_20210220 ${CMAKE_CURRENT_SOURCE_DIR}/deps/lib)
75+
find_library(UTIL_LIB alibabacloud_appstream-center20210220 ${CMAKE_CURRENT_SOURCE_DIR}/deps/lib)
7676
target_link_libraries(${PROJECT_NAME}
7777
OpenSSL::SSL OpenSSL::Crypto
7878
${CFLIB}
@@ -139,7 +139,7 @@ install(
139139
TARGETS
140140
${PROJECT_NAME}
141141
EXPORT
142-
alibabacloud_appstream-center_20210220Targets
142+
alibabacloud_appstream-center20210220Targets
143143
ARCHIVE
144144
DESTINATION ${INSTALL_LIBDIR}
145145
COMPONENT lib
@@ -157,9 +157,9 @@ install(
157157
# Install cmake config
158158
install(
159159
EXPORT
160-
alibabacloud_appstream-center_20210220Targets
160+
alibabacloud_appstream-center20210220Targets
161161
NAMESPACE
162-
"alibabacloud_appstream-center_20210220::"
162+
"alibabacloud_appstream-center20210220::"
163163
DESTINATION
164164
${INSTALL_CMAKEDIR}
165165
COMPONENT

appstream-center-20210220/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-18 Version: 1.0.11
2+
- Update API GetLoginToken: add request parameters AreaSite.
3+
4+
15
2025-09-17 Version: 1.0.10
26
- Update API GetLoginToken: add request parameters Channel.
37

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@PACKAGE_INIT@
2+
3+
include("${CMAKE_CURRENT_LIST_DIR}/alibabacloud_appstream-center20210220Targets.cmake")
4+
check_required_components("alibabacloud_appstream-center20210220")

appstream-center-20210220/cmake/alibabacloud_appstream-center_20210220Config.cmake.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierRequest.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ namespace Models
4747
};
4848
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4949
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
50-
virtual bool empty() const override { this->availableFeatures_ != nullptr
51-
&& this->clientChannel_ != nullptr && this->clientId_ != nullptr && this->clientIp_ != nullptr && this->clientOS_ != nullptr && this->clientVersion_ != nullptr
52-
&& this->loginIdentifier_ != nullptr && this->supportTypes_ != nullptr && this->uuid_ != nullptr; };
50+
virtual bool empty() const override { return this->availableFeatures_ == nullptr
51+
&& return this->clientChannel_ == nullptr && return this->clientId_ == nullptr && return this->clientIp_ == nullptr && return this->clientOS_ == nullptr && return this->clientVersion_ == nullptr
52+
&& return this->loginIdentifier_ == nullptr && return this->supportTypes_ == nullptr && return this->uuid_ == nullptr; };
5353
// availableFeatures Field Functions
5454
bool hasAvailableFeatures() const { return this->availableFeatures_ != nullptr;};
5555
void deleteAvailableFeatures() { this->availableFeatures_ = nullptr;};

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierResponse.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace Models
3535
};
3636
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3737
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
38-
virtual bool empty() const override { this->headers_ != nullptr
39-
&& this->statusCode_ != nullptr && this->body_ != nullptr; };
38+
virtual bool empty() const override { return this->headers_ == nullptr
39+
&& return this->statusCode_ == nullptr && return this->body_ == nullptr; };
4040
// headers Field Functions
4141
bool hasHeaders() const { return this->headers_ != nullptr;};
4242
void deleteHeaders() { this->headers_ = nullptr;};

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierResponseBody.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ namespace Models
4444
};
4545
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4646
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
47-
virtual bool empty() const override { this->idpInfos_ != nullptr
48-
&& this->officeSiteInfo_ != nullptr && this->popRegionConfig_ != nullptr && this->profileRegion_ != nullptr && this->requestId_ != nullptr && this->tenantAliasInfo_ != nullptr; };
47+
virtual bool empty() const override { return this->idpInfos_ == nullptr
48+
&& return this->officeSiteInfo_ == nullptr && return this->popRegionConfig_ == nullptr && return this->profileRegion_ == nullptr && return this->requestId_ == nullptr && return this->tenantAliasInfo_ == nullptr; };
4949
// idpInfos Field Functions
5050
bool hasIdpInfos() const { return this->idpInfos_ != nullptr;};
5151
void deleteIdpInfos() { this->idpInfos_ = nullptr;};

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierResponseBodyIdpInfos.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ namespace Models
4545
};
4646
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4747
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
48-
virtual bool empty() const override { this->accountType_ != nullptr
49-
&& this->cookies_ != nullptr && this->idpId_ != nullptr && this->idpName_ != nullptr && this->idpNameEN_ != nullptr && this->idpProvider_ != nullptr
50-
&& this->jumpSwitch_ != nullptr && this->ssoProtocol_ != nullptr && this->ssoServiceUrl_ != nullptr; };
48+
virtual bool empty() const override { return this->accountType_ == nullptr
49+
&& return this->cookies_ == nullptr && return this->idpId_ == nullptr && return this->idpName_ == nullptr && return this->idpNameEN_ == nullptr && return this->idpProvider_ == nullptr
50+
&& return this->jumpSwitch_ == nullptr && return this->ssoProtocol_ == nullptr && return this->ssoServiceUrl_ == nullptr; };
5151
// accountType Field Functions
5252
bool hasAccountType() const { return this->accountType_ != nullptr;};
5353
void deleteAccountType() { this->accountType_ = nullptr;};

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierResponseBodyOfficeSiteInfo.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace Models
3737
};
3838
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3939
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
40-
virtual bool empty() const override { this->accessType_ != nullptr
41-
&& this->officeSiteId_ != nullptr && this->providerId_ != nullptr && this->regionId_ != nullptr && this->ssoServiceUrl_ != nullptr; };
40+
virtual bool empty() const override { return this->accessType_ == nullptr
41+
&& return this->officeSiteId_ == nullptr && return this->providerId_ == nullptr && return this->regionId_ == nullptr && return this->ssoServiceUrl_ == nullptr; };
4242
// accessType Field Functions
4343
bool hasAccessType() const { return this->accessType_ != nullptr;};
4444
void deleteAccessType() { this->accessType_ = nullptr;};

appstream-center-20210220/include/alibabacloud/models/FindIdpListByLoginIdentifierResponseBodyTenantAliasInfo.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ namespace Models
3131
};
3232
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3333
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
34-
virtual bool empty() const override { this->accessType_ != nullptr
35-
&& this->tenantAlias_ != nullptr; };
34+
virtual bool empty() const override { return this->accessType_ == nullptr
35+
&& return this->tenantAlias_ == nullptr; };
3636
// accessType Field Functions
3737
bool hasAccessType() const { return this->accessType_ != nullptr;};
3838
void deleteAccessType() { this->accessType_ = nullptr;};

0 commit comments

Comments
 (0)