Class: TencentCloud::Organization::V20210331::RoleAssignmentInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::RoleAssignmentInfo
- Defined in:
- lib/v20210331/models.rb
Overview
授权成员账号信息
Instance Attribute Summary collapse
-
#PrincipalId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#PrincipalType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#RoleConfigurationId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#TargetType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
-
#TargetUin ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。 Group:表示该 CAM 用户同步的身份是CIC用户组。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(principalid = nil, principaltype = nil, targetuin = nil, targettype = nil, roleconfigurationid = nil) ⇒ RoleAssignmentInfo
constructor
A new instance of RoleAssignmentInfo.
Constructor Details
#initialize(principalid = nil, principaltype = nil, targetuin = nil, targettype = nil, roleconfigurationid = nil) ⇒ RoleAssignmentInfo
Returns a new instance of RoleAssignmentInfo.
6830 6831 6832 6833 6834 6835 6836 |
# File 'lib/v20210331/models.rb', line 6830 def initialize(principalid=nil, principaltype=nil, targetuin=nil, targettype=nil, roleconfigurationid=nil) @PrincipalId = principalid @PrincipalType = principaltype @TargetUin = targetuin @TargetType = targettype @RoleConfigurationId = roleconfigurationid end |
Instance Attribute Details
#PrincipalId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
6828 6829 6830 |
# File 'lib/v20210331/models.rb', line 6828 def PrincipalId @PrincipalId end |
#PrincipalType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
6828 6829 6830 |
# File 'lib/v20210331/models.rb', line 6828 def PrincipalType @PrincipalType end |
#RoleConfigurationId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
6828 6829 6830 |
# File 'lib/v20210331/models.rb', line 6828 def RoleConfigurationId @RoleConfigurationId end |
#TargetType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
6828 6829 6830 |
# File 'lib/v20210331/models.rb', line 6828 def TargetType @TargetType end |
#TargetUin ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
6828 6829 6830 |
# File 'lib/v20210331/models.rb', line 6828 def TargetUin @TargetUin end |
Instance Method Details
#deserialize(params) ⇒ Object
6838 6839 6840 6841 6842 6843 6844 |
# File 'lib/v20210331/models.rb', line 6838 def deserialize(params) @PrincipalId = params['PrincipalId'] @PrincipalType = params['PrincipalType'] @TargetUin = params['TargetUin'] @TargetType = params['TargetType'] @RoleConfigurationId = params['RoleConfigurationId'] end |