public class RoleAssignments extends AbstractModel
header, skipSign
Constructor and Description |
---|
RoleAssignments() |
RoleAssignments(RoleAssignments source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Creation time.
|
String |
getPrincipalId()
Get Identity ID for the CAM user synchronization.
|
String |
getPrincipalName()
Get User name or user group name.
|
String |
getPrincipalType()
Get Identity type for the CAM user synchronization.
|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
String |
getRoleConfigurationName()
Get Permission configuration name.
|
String |
getTargetName()
Get Name of the target account of the Tencent Cloud Organization.
|
String |
getTargetType()
Get Type of the synchronized target account of the Tencent Cloud Organization.
|
Long |
getTargetUin()
Get UIN of the target account of the Tencent Cloud Organization.
|
String |
getUpdateTime()
Get Update time.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setPrincipalId(String PrincipalId)
Set Identity ID for the CAM user synchronization.
|
void |
setPrincipalName(String PrincipalName)
Set User name or user group name.
|
void |
setPrincipalType(String PrincipalType)
Set Identity type for the CAM user synchronization.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setRoleConfigurationName(String RoleConfigurationName)
Set Permission configuration name.
|
void |
setTargetName(String TargetName)
Set Name of the target account of the Tencent Cloud Organization.
|
void |
setTargetType(String TargetType)
Set Type of the synchronized target account of the Tencent Cloud Organization.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the target account of the Tencent Cloud Organization.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RoleAssignments()
public RoleAssignments(RoleAssignments source)
public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.public String getRoleConfigurationName()
public void setRoleConfigurationName(String RoleConfigurationName)
RoleConfigurationName
- Permission configuration name.public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the target account of the Tencent Cloud Organization.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Type of the synchronized target account of the Tencent Cloud Organization. ManagerUin: admin account; MemberUin: member account.public String getPrincipalId()
public void setPrincipalId(String PrincipalId)
PrincipalId
- Identity ID for the CAM user synchronization. Valid values: When the PrincipalType value is Group, it is the CIC user group ID (g-********). When the PrincipalType value is User, it is the CIC user ID (u-********).public String getPrincipalType()
public void setPrincipalType(String PrincipalType)
PrincipalType
- Identity type for the CAM user synchronization. Valid values: User: indicates that the identity for the CAM user synchronization is a CIC user; Group: indicates that the identity for the CAM user synchronization is a CIC user group.public String getPrincipalName()
public void setPrincipalName(String PrincipalName)
PrincipalName
- User name or user group name.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time.public String getTargetName()
public void setTargetName(String TargetName)
TargetName
- Name of the target account of the Tencent Cloud Organization.Copyright © 2024. All rights reserved.