tencentcloud-sdk-eiam 1.0.234 → 1.0.235
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210420/models.rb +62 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eed38ebe657393ded5c497f24464238ee4e25e0b
|
4
|
+
data.tar.gz: 5b4ea0dda7812e7239f3cf9dbeef32d394043937
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e8612b22ffdd3e5d1cbcfb1354c4b7c2e63cd4a87ea2840567cc090044beb6db6fb8f44dd02eb59d1d4dba883334e83e359f547ae07c322d892505096d4c029
|
7
|
+
data.tar.gz: 3784cb4c5e980d5007796e37cbe683143622636c2ce454beb626dfa636c329213618af26d5016621a5b4f80108393a3a9b4d116e0399bf91763ae6353862d3d2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.235
|
data/lib/v20210420/models.rb
CHANGED
@@ -119,16 +119,21 @@ module TencentCloud
|
|
119
119
|
|
120
120
|
# AddUserToUserGroup返回参数结构体
|
121
121
|
class AddUserToUserGroupResponse < TencentCloud::Common::AbstractModel
|
122
|
+
# @param FailedItems: 未成功加入用户组的用户ID列表信息。
|
123
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
124
|
+
# @type FailedItems: Array
|
122
125
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
123
126
|
# @type RequestId: String
|
124
127
|
|
125
|
-
attr_accessor :RequestId
|
128
|
+
attr_accessor :FailedItems, :RequestId
|
126
129
|
|
127
|
-
def initialize(requestid=nil)
|
130
|
+
def initialize(faileditems=nil, requestid=nil)
|
131
|
+
@FailedItems = faileditems
|
128
132
|
@RequestId = requestid
|
129
133
|
end
|
130
134
|
|
131
135
|
def deserialize(params)
|
136
|
+
@FailedItems = params['FailedItems']
|
132
137
|
@RequestId = params['RequestId']
|
133
138
|
end
|
134
139
|
end
|
@@ -630,7 +635,7 @@ module TencentCloud
|
|
630
635
|
# @type UserGroupIds: Array
|
631
636
|
# @param Phone: 用户手机号。例如:+86-1xxxxxxxxxx。
|
632
637
|
# @type Phone: String
|
633
|
-
# @param OrgNodeId:
|
638
|
+
# @param OrgNodeId: 用户所属的主组织机构唯一ID。如果为空,默认为在根节点下创建用户。
|
634
639
|
# @type OrgNodeId: String
|
635
640
|
# @param ExpirationTime: 用户过期时间,遵循 ISO 8601 标准。
|
636
641
|
# @type ExpirationTime: String
|
@@ -638,10 +643,12 @@ module TencentCloud
|
|
638
643
|
# @type Email: String
|
639
644
|
# @param PwdNeedReset: 密码是否需要重置,为空默认为false不需要重置密码。
|
640
645
|
# @type PwdNeedReset: Boolean
|
646
|
+
# @param SecondaryOrgNodeIdList: 用户所属的次要组织机构ID列表。
|
647
|
+
# @type SecondaryOrgNodeIdList: Array
|
641
648
|
|
642
|
-
attr_accessor :UserName, :Password, :DisplayName, :Description, :UserGroupIds, :Phone, :OrgNodeId, :ExpirationTime, :Email, :PwdNeedReset
|
649
|
+
attr_accessor :UserName, :Password, :DisplayName, :Description, :UserGroupIds, :Phone, :OrgNodeId, :ExpirationTime, :Email, :PwdNeedReset, :SecondaryOrgNodeIdList
|
643
650
|
|
644
|
-
def initialize(username=nil, password=nil, displayname=nil, description=nil, usergroupids=nil, phone=nil, orgnodeid=nil, expirationtime=nil, email=nil, pwdneedreset=nil)
|
651
|
+
def initialize(username=nil, password=nil, displayname=nil, description=nil, usergroupids=nil, phone=nil, orgnodeid=nil, expirationtime=nil, email=nil, pwdneedreset=nil, secondaryorgnodeidlist=nil)
|
645
652
|
@UserName = username
|
646
653
|
@Password = password
|
647
654
|
@DisplayName = displayname
|
@@ -652,6 +659,7 @@ module TencentCloud
|
|
652
659
|
@ExpirationTime = expirationtime
|
653
660
|
@Email = email
|
654
661
|
@PwdNeedReset = pwdneedreset
|
662
|
+
@SecondaryOrgNodeIdList = secondaryorgnodeidlist
|
655
663
|
end
|
656
664
|
|
657
665
|
def deserialize(params)
|
@@ -665,6 +673,7 @@ module TencentCloud
|
|
665
673
|
@ExpirationTime = params['ExpirationTime']
|
666
674
|
@Email = params['Email']
|
667
675
|
@PwdNeedReset = params['PwdNeedReset']
|
676
|
+
@SecondaryOrgNodeIdList = params['SecondaryOrgNodeIdList']
|
668
677
|
end
|
669
678
|
end
|
670
679
|
|
@@ -1506,7 +1515,7 @@ module TencentCloud
|
|
1506
1515
|
# @param Phone: 用户手机号。
|
1507
1516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1508
1517
|
# @type Phone: String
|
1509
|
-
# @param OrgNodeId:
|
1518
|
+
# @param OrgNodeId: 用户所属的主组织机构唯一ID。
|
1510
1519
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1511
1520
|
# @type OrgNodeId: String
|
1512
1521
|
# @param DataSource: 数据来源
|
@@ -1521,12 +1530,15 @@ module TencentCloud
|
|
1521
1530
|
# @param PwdNeedReset: 当前用户的密码是否需要重置,该字段为false表示不需要重置密码。
|
1522
1531
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1523
1532
|
# @type PwdNeedReset: Boolean
|
1533
|
+
# @param SecondaryOrgNodeIdList: 用户所属的次要组织机构ID列表。
|
1534
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1535
|
+
# @type SecondaryOrgNodeIdList: Array
|
1524
1536
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1525
1537
|
# @type RequestId: String
|
1526
1538
|
|
1527
|
-
attr_accessor :UserName, :Status, :DisplayName, :Description, :UserGroupIds, :UserId, :Email, :Phone, :OrgNodeId, :DataSource, :ExpirationTime, :ActivationTime, :PwdNeedReset, :RequestId
|
1539
|
+
attr_accessor :UserName, :Status, :DisplayName, :Description, :UserGroupIds, :UserId, :Email, :Phone, :OrgNodeId, :DataSource, :ExpirationTime, :ActivationTime, :PwdNeedReset, :SecondaryOrgNodeIdList, :RequestId
|
1528
1540
|
|
1529
|
-
def initialize(username=nil, status=nil, displayname=nil, description=nil, usergroupids=nil, userid=nil, email=nil, phone=nil, orgnodeid=nil, datasource=nil, expirationtime=nil, activationtime=nil, pwdneedreset=nil, requestid=nil)
|
1541
|
+
def initialize(username=nil, status=nil, displayname=nil, description=nil, usergroupids=nil, userid=nil, email=nil, phone=nil, orgnodeid=nil, datasource=nil, expirationtime=nil, activationtime=nil, pwdneedreset=nil, secondaryorgnodeidlist=nil, requestid=nil)
|
1530
1542
|
@UserName = username
|
1531
1543
|
@Status = status
|
1532
1544
|
@DisplayName = displayname
|
@@ -1540,6 +1552,7 @@ module TencentCloud
|
|
1540
1552
|
@ExpirationTime = expirationtime
|
1541
1553
|
@ActivationTime = activationtime
|
1542
1554
|
@PwdNeedReset = pwdneedreset
|
1555
|
+
@SecondaryOrgNodeIdList = secondaryorgnodeidlist
|
1543
1556
|
@RequestId = requestid
|
1544
1557
|
end
|
1545
1558
|
|
@@ -1557,6 +1570,7 @@ module TencentCloud
|
|
1557
1570
|
@ExpirationTime = params['ExpirationTime']
|
1558
1571
|
@ActivationTime = params['ActivationTime']
|
1559
1572
|
@PwdNeedReset = params['PwdNeedReset']
|
1573
|
+
@SecondaryOrgNodeIdList = params['SecondaryOrgNodeIdList']
|
1560
1574
|
@RequestId = params['RequestId']
|
1561
1575
|
end
|
1562
1576
|
end
|
@@ -1878,22 +1892,25 @@ module TencentCloud
|
|
1878
1892
|
|
1879
1893
|
# ListApplications请求参数结构体
|
1880
1894
|
class ListApplicationsRequest < TencentCloud::Common::AbstractModel
|
1881
|
-
# @param SearchCondition:
|
1895
|
+
# @param SearchCondition: 模糊匹配搜索条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号("")表示全匹配、以星号(* ) 结尾表示字段部分匹配。模糊匹配搜索功能与精准匹配查询不会同时生效,如果SearchCondition与ApplicationIdList均不为空,则默认以ApplicationIdList进行精准查询。如果SearchCondition字段与ApplicationIdList字段均为空,则默认返回全部的应用信息。
|
1882
1896
|
# @type SearchCondition: :class:`Tencentcloud::Eiam.v20210420.models.ApplicationInfoSearchCriteria`
|
1883
|
-
# @param Sort: 排序条件集合。可排序的属性支持:应用名字(
|
1897
|
+
# @param Sort: 排序条件集合。可排序的属性支持:应用名字(DisplayName)、创建时间(CreatedDate)、上次修改时间(LastModifiedDate)。如果该字段为空,则默认按照应用名字正向排序。
|
1884
1898
|
# @type Sort: :class:`Tencentcloud::Eiam.v20210420.models.SortCondition`
|
1885
|
-
# @param Offset:
|
1899
|
+
# @param Offset: 排序条件集合。可排序的属性支持:应用名字(DisplayName)、创建时间(CreatedDate)、上次修改时间(LastModifiedDate)。如果该字段为空,则默认按照应用名字正向排序。
|
1886
1900
|
# @type Offset: Integer
|
1887
1901
|
# @param Limit: 分页读取数量。Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询。
|
1888
1902
|
# @type Limit: Integer
|
1903
|
+
# @param ApplicationIdList: 应用ID列表,通过应用ID列表精准匹配对应的应用信息。模糊匹配搜索功能与精准匹配查询不会同时生效,如果SearchCondition与ApplicationIdList均不为空,则默认以ApplicationIdList进行精准查询。如果SearchCondition字段与ApplicationIdList字段均为空,则默认返回全部的应用信息。
|
1904
|
+
# @type ApplicationIdList: Array
|
1889
1905
|
|
1890
|
-
attr_accessor :SearchCondition, :Sort, :Offset, :Limit
|
1906
|
+
attr_accessor :SearchCondition, :Sort, :Offset, :Limit, :ApplicationIdList
|
1891
1907
|
|
1892
|
-
def initialize(searchcondition=nil, sort=nil, offset=nil, limit=nil)
|
1908
|
+
def initialize(searchcondition=nil, sort=nil, offset=nil, limit=nil, applicationidlist=nil)
|
1893
1909
|
@SearchCondition = searchcondition
|
1894
1910
|
@Sort = sort
|
1895
1911
|
@Offset = offset
|
1896
1912
|
@Limit = limit
|
1913
|
+
@ApplicationIdList = applicationidlist
|
1897
1914
|
end
|
1898
1915
|
|
1899
1916
|
def deserialize(params)
|
@@ -1907,6 +1924,7 @@ module TencentCloud
|
|
1907
1924
|
end
|
1908
1925
|
@Offset = params['Offset']
|
1909
1926
|
@Limit = params['Limit']
|
1927
|
+
@ApplicationIdList = params['ApplicationIdList']
|
1910
1928
|
end
|
1911
1929
|
end
|
1912
1930
|
|
@@ -2359,15 +2377,37 @@ module TencentCloud
|
|
2359
2377
|
class ListUsersInUserGroupRequest < TencentCloud::Common::AbstractModel
|
2360
2378
|
# @param UserGroupId: 用户组ID,是用户组的全局唯一标识。
|
2361
2379
|
# @type UserGroupId: String
|
2380
|
+
# @param SearchCondition: 用户属性搜索条件,可查询条件包括:用户名、手机号码,邮箱、用户锁定状态、用户冻结状态、创建时间、上次修改时间,支持多种属性组合作为查询条件。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号()结尾表示字段部分匹配、中括号以逗号分隔([Min,Max])表示闭区间查询、大括号以逗号分隔({Min,Max})表示开区间查询,中括号与大括号可以配合使用(例如:{Min,Max]表示最小值开区间,最大值闭区间查询)。范围匹配支持使用星号(例如{20,]表示查询范围为大于20的所有数据)。范围查询同时支持时间段查询,支持的属性包括创建时间 (CreationTime)、上次修改时间(LastUpdateTime),查询的时间格式遵循 ISO 8601 标准,例如:2021-01-13T09:44:07.182+0000。
|
2381
|
+
# @type SearchCondition: :class:`Tencentcloud::Eiam.v20210420.models.UserSearchCriteria`
|
2382
|
+
# @param Sort: 排序条件集合。可排序的属性支持:用户名字(UserName)、用户昵称(DisplayName)、手机号(Phone)、邮箱(Email)、用户状态(Status)、创建时间 (CreatedDate)、上次更新时间(LastModifiedDate)。如果不指定,则默认按照用户昵称(DisplayName)正向排序。
|
2383
|
+
# @type Sort: :class:`Tencentcloud::Eiam.v20210420.models.SortCondition`
|
2384
|
+
# @param Offset: 分页偏移量,默认为0。Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户。
|
2385
|
+
# @type Offset: Integer
|
2386
|
+
# @param Limit: 分页读取数量,默认为50,最大值为100。 Offset 和 Limit 两个字段需配合使用,即其中一个指定了,另一个必须指定。 如果不指定以上参数,则表示不进行分页查询,即只返回最多50个用户。
|
2387
|
+
# @type Limit: Integer
|
2362
2388
|
|
2363
|
-
attr_accessor :UserGroupId
|
2389
|
+
attr_accessor :UserGroupId, :SearchCondition, :Sort, :Offset, :Limit
|
2364
2390
|
|
2365
|
-
def initialize(usergroupid=nil)
|
2391
|
+
def initialize(usergroupid=nil, searchcondition=nil, sort=nil, offset=nil, limit=nil)
|
2366
2392
|
@UserGroupId = usergroupid
|
2393
|
+
@SearchCondition = searchcondition
|
2394
|
+
@Sort = sort
|
2395
|
+
@Offset = offset
|
2396
|
+
@Limit = limit
|
2367
2397
|
end
|
2368
2398
|
|
2369
2399
|
def deserialize(params)
|
2370
2400
|
@UserGroupId = params['UserGroupId']
|
2401
|
+
unless params['SearchCondition'].nil?
|
2402
|
+
@SearchCondition = UserSearchCriteria.new
|
2403
|
+
@SearchCondition.deserialize(params['SearchCondition'])
|
2404
|
+
end
|
2405
|
+
unless params['Sort'].nil?
|
2406
|
+
@Sort = SortCondition.new
|
2407
|
+
@Sort.deserialize(params['Sort'])
|
2408
|
+
end
|
2409
|
+
@Offset = params['Offset']
|
2410
|
+
@Limit = params['Limit']
|
2371
2411
|
end
|
2372
2412
|
end
|
2373
2413
|
|
@@ -2644,10 +2684,12 @@ module TencentCloud
|
|
2644
2684
|
# @type PwdNeedReset: Boolean
|
2645
2685
|
# @param OrgNodeId: 用户所属的主组织机构唯一ID。如果为空,默认为在根节点下创建用户。
|
2646
2686
|
# @type OrgNodeId: String
|
2687
|
+
# @param SecondaryOrgNodeIdList: 用户所属的次要组织机构ID列表。
|
2688
|
+
# @type SecondaryOrgNodeIdList: Array
|
2647
2689
|
|
2648
|
-
attr_accessor :UserName, :DisplayName, :Description, :UserGroupIds, :UserId, :Phone, :ExpirationTime, :Password, :Email, :PwdNeedReset, :OrgNodeId
|
2690
|
+
attr_accessor :UserName, :DisplayName, :Description, :UserGroupIds, :UserId, :Phone, :ExpirationTime, :Password, :Email, :PwdNeedReset, :OrgNodeId, :SecondaryOrgNodeIdList
|
2649
2691
|
|
2650
|
-
def initialize(username=nil, displayname=nil, description=nil, usergroupids=nil, userid=nil, phone=nil, expirationtime=nil, password=nil, email=nil, pwdneedreset=nil, orgnodeid=nil)
|
2692
|
+
def initialize(username=nil, displayname=nil, description=nil, usergroupids=nil, userid=nil, phone=nil, expirationtime=nil, password=nil, email=nil, pwdneedreset=nil, orgnodeid=nil, secondaryorgnodeidlist=nil)
|
2651
2693
|
@UserName = username
|
2652
2694
|
@DisplayName = displayname
|
2653
2695
|
@Description = description
|
@@ -2659,6 +2701,7 @@ module TencentCloud
|
|
2659
2701
|
@Email = email
|
2660
2702
|
@PwdNeedReset = pwdneedreset
|
2661
2703
|
@OrgNodeId = orgnodeid
|
2704
|
+
@SecondaryOrgNodeIdList = secondaryorgnodeidlist
|
2662
2705
|
end
|
2663
2706
|
|
2664
2707
|
def deserialize(params)
|
@@ -2673,6 +2716,7 @@ module TencentCloud
|
|
2673
2716
|
@Email = params['Email']
|
2674
2717
|
@PwdNeedReset = params['PwdNeedReset']
|
2675
2718
|
@OrgNodeId = params['OrgNodeId']
|
2719
|
+
@SecondaryOrgNodeIdList = params['SecondaryOrgNodeIdList']
|
2676
2720
|
end
|
2677
2721
|
end
|
2678
2722
|
|
@@ -3102,7 +3146,7 @@ module TencentCloud
|
|
3102
3146
|
# @param CreationTime: 用户创建时间,遵循 ISO 8601 标准。
|
3103
3147
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3104
3148
|
# @type CreationTime: String
|
3105
|
-
# @param OrgPath:
|
3149
|
+
# @param OrgPath: 用户所属主组织机构的路径ID。
|
3106
3150
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3107
3151
|
# @type OrgPath: String
|
3108
3152
|
# @param Phone: 带国家号的用户手机号,例如+86-00000000000。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-eiam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.235
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|