public class UpdateUserSyncProvisioningRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateUserSyncProvisioningRequest() |
UpdateUserSyncProvisioningRequest(UpdateUserSyncProvisioningRequest 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 |
getNewDeletionStrategy()
Get Deletion policy.
|
String |
getNewDescription()
Get User synchronization description.
|
String |
getNewDuplicationStateful()
Get Conflict policy.
|
String |
getUserProvisioningId()
Get User synchronization ID.
|
String |
getZoneId()
Get Space ID.
|
void |
setNewDeletionStrategy(String NewDeletionStrategy)
Set Deletion policy.
|
void |
setNewDescription(String NewDescription)
Set User synchronization description.
|
void |
setNewDuplicationStateful(String NewDuplicationStateful)
Set Conflict policy.
|
void |
setUserProvisioningId(String UserProvisioningId)
Set User synchronization ID.
|
void |
setZoneId(String ZoneId)
Set Space 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 UpdateUserSyncProvisioningRequest()
public UpdateUserSyncProvisioningRequest(UpdateUserSyncProvisioningRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getUserProvisioningId()
public void setUserProvisioningId(String UserProvisioningId)
UserProvisioningId
- User synchronization ID.public String getNewDescription()
public void setNewDescription(String NewDescription)
NewDescription
- User synchronization description.public String getNewDuplicationStateful()
public void setNewDuplicationStateful(String NewDuplicationStateful)
NewDuplicationStateful
- Conflict policy. It indicates the handling policy for existence of a user with the same username when CIC users are synchronized to CAM. Valid values: KeepBoth: Keep both, that is, add the _cic suffix to the CIC user's username and then try to create a CAM user with the username when CIC users are synchronized to CAM and a user with the same username already exists in CAM; TakeOver: Replace, that is, directly replace the existing CAM user with the synchronized CIC user when CIC users are synchronized to CAM and a user with the same username already exists in CAM.public String getNewDeletionStrategy()
public void setNewDeletionStrategy(String NewDeletionStrategy)
NewDeletionStrategy
- Deletion policy. It indicates the handling policy for CAM users already synchronized when the CAM user synchronization is deleted. Valid values: Delete: Delete the CAM users already synchronized from CIC to CAM when the CAM user synchronization is deleted; Keep: Keep the CAM users already synchronized from CIC to CAM when the CAM user synchronization is deleted.Copyright © 2024. All rights reserved.