tencentcloud-sdk-ciam 3.0.843 → 3.0.844
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/v20220331/models.rb +14 -5
- 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: b2b32bf4fc7c7474a01d1b51def348f3294f6c2b
         | 
| 4 | 
            +
              data.tar.gz: d3c0565869a22b69ab4a86f008e65c51431d6521
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 5dcfbf1018e3a5018896a585049599977159eed4eaeb97a2477ad3ef13332c36668bd0b771199344494818427afb253614a891862aa2d50e3a86d92aefd231dc
         | 
| 7 | 
            +
              data.tar.gz: 8226e1a429b3f4d765733e52b86fe48d940186a0ab608201d09fd21f22bbc2079f67dca1ccf923a5043f5607107201c0aa28bdee33c537f1ff4f5d439e06d05c
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.844
         | 
    
        data/lib/v20220331/models.rb
    CHANGED
    
    | @@ -693,7 +693,7 @@ module TencentCloud | |
| 693 693 | 
             
                  end
         | 
| 694 694 |  | 
| 695 695 | 
             
                  # 导入用户信息
         | 
| 696 | 
            -
                  # 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId  | 
| 696 | 
            +
                  # 1、UserName,PhoneNumber ,Email ,WechatOpenId ,WechatUnionId ,AlipayUserId ,QqOpenId ,QqUnionId ,WeComUserId 九个属性中,导入时必须包含其中一个属性并遵守初始化自定义属性的正则表达式规则。UserName,PhoneNumber,Email的正则表达式在控制台的自定义属性中可以查询到。
         | 
| 697 697 | 
             
                  # 2、对于密码的导入,导入的密码支持明文导入,MD5密文导入,SHA1密文导入,BCRYPT密文导入 ,这个需要在PasswordEncryptTypeEnum 字段中指定。
         | 
| 698 698 | 
             
                  # 3、IdentityVerified,IdentityVerificationMethod 支持导入,
         | 
| 699 699 | 
             
                  # IdentityVerified 为true,IdentityVerificationMethod必传;
         | 
| @@ -724,6 +724,8 @@ module TencentCloud | |
| 724 724 | 
             
                    # @type WechatUnionId: String
         | 
| 725 725 | 
             
                    # @param AlipayUserId: 支付宝alipayUserId
         | 
| 726 726 | 
             
                    # @type AlipayUserId: String
         | 
| 727 | 
            +
                    # @param WeComUserId: 企业微信weComUserId
         | 
| 728 | 
            +
                    # @type WeComUserId: String
         | 
| 727 729 | 
             
                    # @param Description: 描述
         | 
| 728 730 | 
             
                    # @type Description: String
         | 
| 729 731 | 
             
                    # @param Birthdate: 生日
         | 
| @@ -763,9 +765,9 @@ module TencentCloud | |
| 763 765 | 
             
                    # @param IndexedAttribute5: 索引字段5
         | 
| 764 766 | 
             
                    # @type IndexedAttribute5: String
         | 
| 765 767 |  | 
| 766 | 
            -
                    attr_accessor :UserName, :PhoneNumber, :Email, :ResidentIdentityCard, :Nickname, :Address, :UserGroup, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :Description, :Birthdate, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Zone, :Password, :CustomizationAttributes, :Salt, :PasswordEncryptTypeEnum, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
         | 
| 768 | 
            +
                    attr_accessor :UserName, :PhoneNumber, :Email, :ResidentIdentityCard, :Nickname, :Address, :UserGroup, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :WeComUserId, :Description, :Birthdate, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Zone, :Password, :CustomizationAttributes, :Salt, :PasswordEncryptTypeEnum, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
         | 
| 767 769 |  | 
| 768 | 
            -
                    def initialize(username=nil, phonenumber=nil, email=nil, residentidentitycard=nil, nickname=nil, address=nil, usergroup=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, description=nil, birthdate=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, zone=nil, password=nil, customizationattributes=nil, salt=nil, passwordencrypttypeenum=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
         | 
| 770 | 
            +
                    def initialize(username=nil, phonenumber=nil, email=nil, residentidentitycard=nil, nickname=nil, address=nil, usergroup=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, wecomuserid=nil, description=nil, birthdate=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, zone=nil, password=nil, customizationattributes=nil, salt=nil, passwordencrypttypeenum=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
         | 
| 769 771 | 
             
                      @UserName = username
         | 
| 770 772 | 
             
                      @PhoneNumber = phonenumber
         | 
| 771 773 | 
             
                      @Email = email
         | 
| @@ -778,6 +780,7 @@ module TencentCloud | |
| 778 780 | 
             
                      @WechatOpenId = wechatopenid
         | 
| 779 781 | 
             
                      @WechatUnionId = wechatunionid
         | 
| 780 782 | 
             
                      @AlipayUserId = alipayuserid
         | 
| 783 | 
            +
                      @WeComUserId = wecomuserid
         | 
| 781 784 | 
             
                      @Description = description
         | 
| 782 785 | 
             
                      @Birthdate = birthdate
         | 
| 783 786 | 
             
                      @Name = name
         | 
| @@ -812,6 +815,7 @@ module TencentCloud | |
| 812 815 | 
             
                      @WechatOpenId = params['WechatOpenId']
         | 
| 813 816 | 
             
                      @WechatUnionId = params['WechatUnionId']
         | 
| 814 817 | 
             
                      @AlipayUserId = params['AlipayUserId']
         | 
| 818 | 
            +
                      @WeComUserId = params['WeComUserId']
         | 
| 815 819 | 
             
                      @Description = params['Description']
         | 
| 816 820 | 
             
                      @Birthdate = params['Birthdate']
         | 
| 817 821 | 
             
                      @Name = params['Name']
         | 
| @@ -1975,6 +1979,9 @@ module TencentCloud | |
| 1975 1979 | 
             
                    # @param AlipayUserId: 支付宝的AlipayUserId
         | 
| 1976 1980 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1977 1981 | 
             
                    # @type AlipayUserId: String
         | 
| 1982 | 
            +
                    # @param WeComUserId: 企业微信的WeComUserId
         | 
| 1983 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1984 | 
            +
                    # @type WeComUserId: String
         | 
| 1978 1985 | 
             
                    # @param Description: 描述
         | 
| 1979 1986 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1980 1987 | 
             
                    # @type Description: String
         | 
| @@ -2039,9 +2046,9 @@ module TencentCloud | |
| 2039 2046 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 2040 2047 | 
             
                    # @type IndexedAttribute5: String
         | 
| 2041 2048 |  | 
| 2042 | 
            -
                    attr_accessor :UserId, :UserName, :PhoneNumber, :Email, :LastSignOn, :CreatedDate, :Status, :UserDataSourceEnum, :Nickname, :Address, :Birthdate, :UserGroups, :LastModifiedDate, :CustomAttributes, :ResidentIdentityCard, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :Description, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Primary, :Zone, :AlreadyFirstLogin, :TenantId, :UserStoreId, :Version, :LockType, :LockTime, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
         | 
| 2049 | 
            +
                    attr_accessor :UserId, :UserName, :PhoneNumber, :Email, :LastSignOn, :CreatedDate, :Status, :UserDataSourceEnum, :Nickname, :Address, :Birthdate, :UserGroups, :LastModifiedDate, :CustomAttributes, :ResidentIdentityCard, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :WeComUserId, :Description, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Primary, :Zone, :AlreadyFirstLogin, :TenantId, :UserStoreId, :Version, :LockType, :LockTime, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
         | 
| 2043 2050 |  | 
| 2044 | 
            -
                    def initialize(userid=nil, username=nil, phonenumber=nil, email=nil, lastsignon=nil, createddate=nil, status=nil, userdatasourceenum=nil, nickname=nil, address=nil, birthdate=nil, usergroups=nil, lastmodifieddate=nil, customattributes=nil, residentidentitycard=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, description=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, primary=nil, zone=nil, alreadyfirstlogin=nil, tenantid=nil, userstoreid=nil, version=nil, locktype=nil, locktime=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
         | 
| 2051 | 
            +
                    def initialize(userid=nil, username=nil, phonenumber=nil, email=nil, lastsignon=nil, createddate=nil, status=nil, userdatasourceenum=nil, nickname=nil, address=nil, birthdate=nil, usergroups=nil, lastmodifieddate=nil, customattributes=nil, residentidentitycard=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, wecomuserid=nil, description=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, primary=nil, zone=nil, alreadyfirstlogin=nil, tenantid=nil, userstoreid=nil, version=nil, locktype=nil, locktime=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
         | 
| 2045 2052 | 
             
                      @UserId = userid
         | 
| 2046 2053 | 
             
                      @UserName = username
         | 
| 2047 2054 | 
             
                      @PhoneNumber = phonenumber
         | 
| @@ -2062,6 +2069,7 @@ module TencentCloud | |
| 2062 2069 | 
             
                      @WechatOpenId = wechatopenid
         | 
| 2063 2070 | 
             
                      @WechatUnionId = wechatunionid
         | 
| 2064 2071 | 
             
                      @AlipayUserId = alipayuserid
         | 
| 2072 | 
            +
                      @WeComUserId = wecomuserid
         | 
| 2065 2073 | 
             
                      @Description = description
         | 
| 2066 2074 | 
             
                      @Name = name
         | 
| 2067 2075 | 
             
                      @Locale = locale
         | 
| @@ -2113,6 +2121,7 @@ module TencentCloud | |
| 2113 2121 | 
             
                      @WechatOpenId = params['WechatOpenId']
         | 
| 2114 2122 | 
             
                      @WechatUnionId = params['WechatUnionId']
         | 
| 2115 2123 | 
             
                      @AlipayUserId = params['AlipayUserId']
         | 
| 2124 | 
            +
                      @WeComUserId = params['WeComUserId']
         | 
| 2116 2125 | 
             
                      @Description = params['Description']
         | 
| 2117 2126 | 
             
                      @Name = params['Name']
         | 
| 2118 2127 | 
             
                      @Locale = params['Locale']
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-ciam
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.844
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-06- | 
| 11 | 
            +
            date: 2024-06-16 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |