tencentcloud-sdk-bi 3.0.1021 → 3.0.1022
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220105/models.rb +24 -4
- 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: 42c0b89ab7fdb2bbdc2ff43ab652810c0e43a291
|
4
|
+
data.tar.gz: b6c41d59b651f67ca56a2b67b837e68278e5db04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd80f660183a133141e9067011072d595241db3b1569e7a1b5479ca88d7e3426597e02b8c95598faf686425ab3df27ed49c5ffc2e71ac39cfed8eb60e5a2c184
|
7
|
+
data.tar.gz: c619f6d899d877818440a93ce2ad84e3ac3d82a2783ab518a6eacabea39b2b426313bce624b5b7112d0bb7f561ce3efc16aa4478fb3f60d0c62632ddae6b3519
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20220105/models.rb
CHANGED
@@ -3064,6 +3064,9 @@ module TencentCloud
|
|
3064
3064
|
# @param GlobalUserName: 全局角色
|
3065
3065
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3066
3066
|
# @type GlobalUserName: String
|
3067
|
+
# @param GlobalUserCode: 全局角色编码
|
3068
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3069
|
+
# @type GlobalUserCode: String
|
3067
3070
|
# @param Mobile: 手机号
|
3068
3071
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3069
3072
|
# @type Mobile: String
|
@@ -3082,10 +3085,16 @@ module TencentCloud
|
|
3082
3085
|
# @param InValidateAppRange: 1
|
3083
3086
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3084
3087
|
# @type InValidateAppRange: Boolean
|
3088
|
+
# @param EmailActivationStatus: -1 免激活 0 未激活 1 已激活 空代表待绑定
|
3089
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3090
|
+
# @type EmailActivationStatus: Integer
|
3091
|
+
# @param Id: 1
|
3092
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3093
|
+
# @type Id: Integer
|
3085
3094
|
|
3086
|
-
attr_accessor :UserId, :UserName, :CorpId, :Email, :LastLogin, :Status, :FirstModify, :PhoneNumber, :AreaCode, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :GlobalUserName, :Mobile, :AppId, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange
|
3095
|
+
attr_accessor :UserId, :UserName, :CorpId, :Email, :LastLogin, :Status, :FirstModify, :PhoneNumber, :AreaCode, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :GlobalUserName, :GlobalUserCode, :Mobile, :AppId, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange, :EmailActivationStatus, :Id
|
3087
3096
|
|
3088
|
-
def initialize(userid=nil, username=nil, corpid=nil, email=nil, lastlogin=nil, status=nil, firstmodify=nil, phonenumber=nil, areacode=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, globalusername=nil, mobile=nil, appid=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil)
|
3097
|
+
def initialize(userid=nil, username=nil, corpid=nil, email=nil, lastlogin=nil, status=nil, firstmodify=nil, phonenumber=nil, areacode=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, globalusername=nil, globalusercode=nil, mobile=nil, appid=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil, emailactivationstatus=nil, id=nil)
|
3089
3098
|
@UserId = userid
|
3090
3099
|
@UserName = username
|
3091
3100
|
@CorpId = corpid
|
@@ -3100,12 +3109,15 @@ module TencentCloud
|
|
3100
3109
|
@UpdatedUser = updateduser
|
3101
3110
|
@UpdatedAt = updatedat
|
3102
3111
|
@GlobalUserName = globalusername
|
3112
|
+
@GlobalUserCode = globalusercode
|
3103
3113
|
@Mobile = mobile
|
3104
3114
|
@AppId = appid
|
3105
3115
|
@AppUserId = appuserid
|
3106
3116
|
@AppUserAliasName = appuseraliasname
|
3107
3117
|
@AppUserName = appusername
|
3108
3118
|
@InValidateAppRange = invalidateapprange
|
3119
|
+
@EmailActivationStatus = emailactivationstatus
|
3120
|
+
@Id = id
|
3109
3121
|
end
|
3110
3122
|
|
3111
3123
|
def deserialize(params)
|
@@ -3123,12 +3135,15 @@ module TencentCloud
|
|
3123
3135
|
@UpdatedUser = params['UpdatedUser']
|
3124
3136
|
@UpdatedAt = params['UpdatedAt']
|
3125
3137
|
@GlobalUserName = params['GlobalUserName']
|
3138
|
+
@GlobalUserCode = params['GlobalUserCode']
|
3126
3139
|
@Mobile = params['Mobile']
|
3127
3140
|
@AppId = params['AppId']
|
3128
3141
|
@AppUserId = params['AppUserId']
|
3129
3142
|
@AppUserAliasName = params['AppUserAliasName']
|
3130
3143
|
@AppUserName = params['AppUserName']
|
3131
3144
|
@InValidateAppRange = params['InValidateAppRange']
|
3145
|
+
@EmailActivationStatus = params['EmailActivationStatus']
|
3146
|
+
@Id = params['Id']
|
3132
3147
|
end
|
3133
3148
|
end
|
3134
3149
|
|
@@ -3317,10 +3332,13 @@ module TencentCloud
|
|
3317
3332
|
# @param AppOpenUserId: 用户openid
|
3318
3333
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3319
3334
|
# @type AppOpenUserId: String
|
3335
|
+
# @param EmailActivationStatus: 邮箱激活状态
|
3336
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3337
|
+
# @type EmailActivationStatus: Integer
|
3320
3338
|
|
3321
|
-
attr_accessor :Id, :RoleList, :RoleIdList, :UserId, :UserName, :CorpId, :Email, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :LastLogin, :Status, :PhoneNumber, :AreaCode, :RootAccount, :CorpAdmin, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange, :AppOpenUserId
|
3339
|
+
attr_accessor :Id, :RoleList, :RoleIdList, :UserId, :UserName, :CorpId, :Email, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :LastLogin, :Status, :PhoneNumber, :AreaCode, :RootAccount, :CorpAdmin, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange, :AppOpenUserId, :EmailActivationStatus
|
3322
3340
|
|
3323
|
-
def initialize(id=nil, rolelist=nil, roleidlist=nil, userid=nil, username=nil, corpid=nil, email=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, lastlogin=nil, status=nil, phonenumber=nil, areacode=nil, rootaccount=nil, corpadmin=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil, appopenuserid=nil)
|
3341
|
+
def initialize(id=nil, rolelist=nil, roleidlist=nil, userid=nil, username=nil, corpid=nil, email=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, lastlogin=nil, status=nil, phonenumber=nil, areacode=nil, rootaccount=nil, corpadmin=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil, appopenuserid=nil, emailactivationstatus=nil)
|
3324
3342
|
@Id = id
|
3325
3343
|
@RoleList = rolelist
|
3326
3344
|
@RoleIdList = roleidlist
|
@@ -3343,6 +3361,7 @@ module TencentCloud
|
|
3343
3361
|
@AppUserName = appusername
|
3344
3362
|
@InValidateAppRange = invalidateapprange
|
3345
3363
|
@AppOpenUserId = appopenuserid
|
3364
|
+
@EmailActivationStatus = emailactivationstatus
|
3346
3365
|
end
|
3347
3366
|
|
3348
3367
|
def deserialize(params)
|
@@ -3375,6 +3394,7 @@ module TencentCloud
|
|
3375
3394
|
@AppUserName = params['AppUserName']
|
3376
3395
|
@InValidateAppRange = params['InValidateAppRange']
|
3377
3396
|
@AppOpenUserId = params['AppOpenUserId']
|
3397
|
+
@EmailActivationStatus = params['EmailActivationStatus']
|
3378
3398
|
end
|
3379
3399
|
end
|
3380
3400
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1022
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|