Class: TencentCloud::Csip::V20221121::SubUserInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::SubUserInfo
- Defined in:
- lib/v20221121/models.rb
Overview
子账号详情
Instance Attribute Summary collapse
- #ActionRiskCount ⇒ Object
- #AppID ⇒ Object
- #AssetCount ⇒ Object
- #CloudType ⇒ Object
- #ConfigRiskCount ⇒ Object
- #ID ⇒ Object
- #InterfaceCount ⇒ Object
- #IsAccessCheck ⇒ Object
- #IsAccessCloudAudit ⇒ Object
- #IsAccessUeba ⇒ Object
- #LogCount ⇒ Object
- #NickName ⇒ Object
- #OwnerAppID ⇒ Object
- #OwnerMemberID ⇒ Object
- #OwnerNickName ⇒ Object
- #OwnerUin ⇒ Object
- #ServiceCount ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, appid = nil, uin = nil, nickname = nil, ownerappid = nil, owneruin = nil, ownernickname = nil, ownermemberid = nil, cloudtype = nil, servicecount = nil, interfacecount = nil, assetcount = nil, logcount = nil, configriskcount = nil, actionriskcount = nil, isaccesscloudaudit = nil, isaccesscheck = nil, isaccessueba = nil) ⇒ SubUserInfo
constructor
A new instance of SubUserInfo.
Constructor Details
#initialize(id = nil, appid = nil, uin = nil, nickname = nil, ownerappid = nil, owneruin = nil, ownernickname = nil, ownermemberid = nil, cloudtype = nil, servicecount = nil, interfacecount = nil, assetcount = nil, logcount = nil, configriskcount = nil, actionriskcount = nil, isaccesscloudaudit = nil, isaccesscheck = nil, isaccessueba = nil) ⇒ SubUserInfo
Returns a new instance of SubUserInfo.
12122 12123 12124 12125 12126 12127 12128 12129 12130 12131 12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/v20221121/models.rb', line 12122 def initialize(id=nil, appid=nil, uin=nil, nickname=nil, ownerappid=nil, owneruin=nil, ownernickname=nil, ownermemberid=nil, cloudtype=nil, servicecount=nil, interfacecount=nil, assetcount=nil, logcount=nil, configriskcount=nil, actionriskcount=nil, isaccesscloudaudit=nil, isaccesscheck=nil, isaccessueba=nil) @ID = id @AppID = appid @Uin = uin @NickName = nickname @OwnerAppID = ownerappid @OwnerUin = owneruin @OwnerNickName = ownernickname @OwnerMemberID = ownermemberid @CloudType = cloudtype @ServiceCount = servicecount @InterfaceCount = interfacecount @AssetCount = assetcount @LogCount = logcount @ConfigRiskCount = configriskcount @ActionRiskCount = actionriskcount @IsAccessCloudAudit = isaccesscloudaudit @IsAccessCheck = isaccesscheck @IsAccessUeba = isaccessueba end |
Instance Attribute Details
#ActionRiskCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def ActionRiskCount @ActionRiskCount end |
#AppID ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def AppID @AppID end |
#AssetCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def AssetCount @AssetCount end |
#CloudType ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def CloudType @CloudType end |
#ConfigRiskCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def ConfigRiskCount @ConfigRiskCount end |
#ID ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def ID @ID end |
#InterfaceCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def InterfaceCount @InterfaceCount end |
#IsAccessCheck ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def IsAccessCheck @IsAccessCheck end |
#IsAccessCloudAudit ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def IsAccessCloudAudit @IsAccessCloudAudit end |
#IsAccessUeba ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def IsAccessUeba @IsAccessUeba end |
#LogCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def LogCount @LogCount end |
#NickName ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def NickName @NickName end |
#OwnerAppID ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def OwnerAppID @OwnerAppID end |
#OwnerMemberID ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def OwnerMemberID @OwnerMemberID end |
#OwnerNickName ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def OwnerNickName @OwnerNickName end |
#OwnerUin ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def OwnerUin @OwnerUin end |
#ServiceCount ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def ServiceCount @ServiceCount end |
#Uin ⇒ Object
12120 12121 12122 |
# File 'lib/v20221121/models.rb', line 12120 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
12143 12144 12145 12146 12147 12148 12149 12150 12151 12152 12153 12154 12155 12156 12157 12158 12159 12160 12161 12162 |
# File 'lib/v20221121/models.rb', line 12143 def deserialize(params) @ID = params['ID'] @AppID = params['AppID'] @Uin = params['Uin'] @NickName = params['NickName'] @OwnerAppID = params['OwnerAppID'] @OwnerUin = params['OwnerUin'] @OwnerNickName = params['OwnerNickName'] @OwnerMemberID = params['OwnerMemberID'] @CloudType = params['CloudType'] @ServiceCount = params['ServiceCount'] @InterfaceCount = params['InterfaceCount'] @AssetCount = params['AssetCount'] @LogCount = params['LogCount'] @ConfigRiskCount = params['ConfigRiskCount'] @ActionRiskCount = params['ActionRiskCount'] @IsAccessCloudAudit = params['IsAccessCloudAudit'] @IsAccessCheck = params['IsAccessCheck'] @IsAccessUeba = params['IsAccessUeba'] end |