public class UserProvisioningsTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserProvisioningsTask() |
UserProvisioningsTask(UserProvisioningsTask 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 |
getDeletionStrategy()
Get Deletion policy: Delete, Keep.
|
String |
getDuplicationStrategy()
Get Conflict policy.
|
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 |
getTargetType()
Get Type of the synchronized target account of the Tencent Cloud Organization.
|
Long |
getTargetUin()
Get UIN of the authorized target account of the Tencent Cloud Organization.
|
String |
getTaskId()
Get Task ID.
|
String |
getTaskStatus()
Get Task status.
|
String |
getTaskType()
Get Task type.
|
String |
getUserProvisioningId()
Get User synchronization ID.
|
void |
setDeletionStrategy(String DeletionStrategy)
Set Deletion policy: Delete, Keep.
|
void |
setDuplicationStrategy(String DuplicationStrategy)
Set Conflict policy.
|
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 |
setTargetType(String TargetType)
Set Type of the synchronized target account of the Tencent Cloud Organization.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the authorized target account of the Tencent Cloud Organization.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
void |
setTaskStatus(String TaskStatus)
Set Task status.
|
void |
setTaskType(String TaskType)
Set Task type.
|
void |
setUserProvisioningId(String UserProvisioningId)
Set User synchronization ID.
|
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 UserProvisioningsTask()
public UserProvisioningsTask(UserProvisioningsTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the authorized 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 getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type. StartProvisioning: Start the user synchronization; DeleteProvisioning: Delete the user synchronization.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus
- Task status. InProgress: The task is in progress; Failed: The task failed; Success: The task succeeded.public String getUserProvisioningId()
public void setUserProvisioningId(String UserProvisioningId)
UserProvisioningId
- User synchronization ID.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 getDuplicationStrategy()
public void setDuplicationStrategy(String DuplicationStrategy)
DuplicationStrategy
- Conflict policy. KeepBoth: Keep both; TakeOver: Replace.public String getDeletionStrategy()
public void setDeletionStrategy(String DeletionStrategy)
DeletionStrategy
- Deletion policy: Delete, Keep.Copyright © 2024. All rights reserved.