public class ListRoleAssignmentsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListRoleAssignmentsRequest() |
ListRoleAssignmentsRequest(ListRoleAssignmentsRequest 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 |
getFilter()
Get Query condition, which currently only supports search by permission configuration name.
|
Long |
getMaxResults()
Get Maximum number of data entries per page.
|
String |
getNextToken()
Get Token for querying the next page of returned results.
|
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 synchronized target account of the Tencent Cloud Organization.
|
String |
getZoneId()
Get Space ID.
|
void |
setFilter(String Filter)
Set Query condition, which currently only supports search by permission configuration name.
|
void |
setMaxResults(Long MaxResults)
Set Maximum number of data entries per page.
|
void |
setNextToken(String NextToken)
Set Token for querying the next page of returned results.
|
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 synchronized 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListRoleAssignmentsRequest()
public ListRoleAssignmentsRequest(ListRoleAssignmentsRequest 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 Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults
- Maximum number of data entries per page. Value range: 1-100. Default value: 10.public String getNextToken()
public void setNextToken(String NextToken)
NextToken
- Token for querying the next page of returned results. During use of the API for the first time, NextToken is not needed. When you call the API for the first time, if the total number of returned data entries exceeds the MaxResults limit, the data is truncated and only MaxResults data entries are returned. Meanwhile, the return parameter IsTruncated is true and a NextToken is returned. You can use the NextToken returned last time to continue calling the API with other request parameters unchanged, to query the truncated data. You can use this method for multiple queries until IsTruncated is false, indicating that all data has been queried.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 synchronized 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 getFilter()
public void setFilter(String Filter)
Filter
- Query condition, which currently only supports search by permission configuration name.Copyright © 2025. All rights reserved.