public class RoleConfigurationProvisionings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RoleConfigurationProvisionings()  | 
RoleConfigurationProvisionings(RoleConfigurationProvisionings 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 | 
getDeploymentStatus()
Get Deployed: Deployment succeeded; DeployedRequired: Redeployment required; DeployFailed: Deployment failed. 
 | 
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 Modification time. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setDeploymentStatus(String DeploymentStatus)
Set Deployed: Deployment succeeded; DeployedRequired: Redeployment required; DeployFailed: Deployment failed. 
 | 
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 Modification time. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RoleConfigurationProvisionings()
public RoleConfigurationProvisionings(RoleConfigurationProvisionings source)
public String getDeploymentStatus()
public void setDeploymentStatus(String DeploymentStatus)
DeploymentStatus - Deployed: Deployment succeeded; DeployedRequired: Redeployment required; DeployFailed: Deployment failed.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 getTargetName()
public void setTargetName(String TargetName)
TargetName - Name of the target account of the Tencent Cloud Organization.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Modification time.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.Copyright © 2025. All rights reserved.