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.
6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 |
# File 'lib/v20210331/models.rb', line 6122 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
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def CreateTime @CreateTime end |
#IdentityId ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def IdentityId @IdentityId end |
#IdentityRoleAliasName ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def IdentityRoleAliasName @IdentityRoleAliasName end |
#IdentityRoleName ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def IdentityRoleName @IdentityRoleName end |
#OrgSubAccountName ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def OrgSubAccountName @OrgSubAccountName end |
#OrgSubAccountUin ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def OrgSubAccountUin @OrgSubAccountUin end |
#PolicyId ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def PolicyId @PolicyId end |
#PolicyName ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def PolicyName @PolicyName end |
#UpdateTime ⇒ Object
6120 6121 6122 |
# File 'lib/v20210331/models.rb', line 6120 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 |
# File 'lib/v20210331/models.rb', line 6134 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 |