Class: TencentCloud::Organization::V20210331::OrgMemberAuthAccount
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::OrgMemberAuthAccount
- Defined in:
- lib/v20210331/models.rb
Overview
成员和子账号的授权关系
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #IdentityId ⇒ Object
- #IdentityRoleAliasName ⇒ Object
- #IdentityRoleName ⇒ Object
- #OrgSubAccountName ⇒ Object
- #OrgSubAccountUin ⇒ Object
- #PolicyId ⇒ Object
- #PolicyName ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(orgsubaccountuin = nil, policyid = nil, policyname = nil, identityid = nil, identityrolename = nil, identityrolealiasname = nil, createtime = nil, updatetime = nil, orgsubaccountname = nil) ⇒ OrgMemberAuthAccount
constructor
A new instance of OrgMemberAuthAccount.
Constructor Details
#initialize(orgsubaccountuin = nil, policyid = nil, policyname = nil, identityid = nil, identityrolename = nil, identityrolealiasname = nil, createtime = nil, updatetime = nil, orgsubaccountname = nil) ⇒ OrgMemberAuthAccount
Returns a new instance of OrgMemberAuthAccount.
6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 |
# File 'lib/v20210331/models.rb', line 6260 def initialize(orgsubaccountuin=nil, policyid=nil, policyname=nil, identityid=nil, identityrolename=nil, identityrolealiasname=nil, createtime=nil, updatetime=nil, orgsubaccountname=nil) @OrgSubAccountUin = orgsubaccountuin @PolicyId = policyid @PolicyName = policyname @IdentityId = identityid @IdentityRoleName = identityrolename @IdentityRoleAliasName = identityrolealiasname @CreateTime = createtime @UpdateTime = updatetime @OrgSubAccountName = orgsubaccountname end |
Instance Attribute Details
#CreateTime ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def CreateTime @CreateTime end |
#IdentityId ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def IdentityId @IdentityId end |
#IdentityRoleAliasName ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def IdentityRoleAliasName @IdentityRoleAliasName end |
#IdentityRoleName ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def IdentityRoleName @IdentityRoleName end |
#OrgSubAccountName ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def OrgSubAccountName @OrgSubAccountName end |
#OrgSubAccountUin ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def OrgSubAccountUin @OrgSubAccountUin end |
#PolicyId ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def PolicyId @PolicyId end |
#PolicyName ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def PolicyName @PolicyName end |
#UpdateTime ⇒ Object
6258 6259 6260 |
# File 'lib/v20210331/models.rb', line 6258 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 |
# File 'lib/v20210331/models.rb', line 6272 def deserialize(params) @OrgSubAccountUin = params['OrgSubAccountUin'] @PolicyId = params['PolicyId'] @PolicyName = params['PolicyName'] @IdentityId = params['IdentityId'] @IdentityRoleName = params['IdentityRoleName'] @IdentityRoleAliasName = params['IdentityRoleAliasName'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @OrgSubAccountName = params['OrgSubAccountName'] end |