public class DeleteRoleAssignmentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteRoleAssignmentRequest() |
DeleteRoleAssignmentRequest(DeleteRoleAssignmentRequest 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 |
getDeprovisionStrategy()
Get Whether to remove the permission configuration deployment when removing the last authorization with a certain permission configuration from a target account in TCO.
|
String |
getPrincipalId()
Get User synchronization ID.
|
String |
getPrincipalType()
Get Identity types synchronized for CAM users.
|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
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 |
getZoneId()
Get Space ID.
|
void |
setDeprovisionStrategy(String DeprovisionStrategy)
Set Whether to remove the permission configuration deployment when removing the last authorization with a certain permission configuration from a target account in TCO.
|
void |
setPrincipalId(String PrincipalId)
Set User synchronization ID.
|
void |
setPrincipalType(String PrincipalType)
Set Identity types synchronized for CAM users.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
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 |
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteRoleAssignmentRequest()
public DeleteRoleAssignmentRequest(DeleteRoleAssignmentRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.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 Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the target account of the Tencent Cloud Organization.public String getPrincipalType()
public void setPrincipalType(String PrincipalType)
PrincipalType
- Identity types synchronized for CAM users. Valid values: User: indicates the synchronized identity is a user. Group: indicates the synchronized identity is a user group.public String getPrincipalId()
public void setPrincipalId(String PrincipalId)
PrincipalId
- User synchronization ID. Valid values: When PrincipalType is Group, it is a user group ID (g-********). When PrincipalType is User, it is a user ID (u-********).public String getDeprovisionStrategy()
public void setDeprovisionStrategy(String DeprovisionStrategy)
DeprovisionStrategy
- Whether to remove the permission configuration deployment when removing the last authorization with a certain permission configuration from a target account in TCO. Valid values: DeprovisionForLastRoleAssignmentOnAccount: Remove the permission configuration deployment. None (default): Do not remove the permission configuration deployment.Copyright © 2025. All rights reserved.