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.
7047 7048 7049 7050 7051 7052 7053 |
# File 'lib/v20210331/models.rb', line 7047 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用户组。
7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7045 def PrincipalId @PrincipalId end |
#PrincipalType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7045 def PrincipalType @PrincipalType end |
#RoleConfigurationId ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7045 def RoleConfigurationId @RoleConfigurationId end |
#TargetType ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7045 def TargetType @TargetType end |
#TargetUin ⇒ Object
User:表示该 CAM 用户同步的身份是CIC用户。Group:表示该 CAM 用户同步的身份是CIC用户组。
7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7045 def TargetUin @TargetUin end |
Instance Method Details
#deserialize(params) ⇒ Object
7055 7056 7057 7058 7059 7060 7061 |
# File 'lib/v20210331/models.rb', line 7055 def deserialize(params) @PrincipalId = params['PrincipalId'] @PrincipalType = params['PrincipalType'] @TargetUin = params['TargetUin'] @TargetType = params['TargetType'] @RoleConfigurationId = params['RoleConfigurationId'] end |