| Package | Description | 
|---|---|
| com.tencentcloudapi.ciam.v20220331.models | 
| Modifier and Type | Method and Description | 
|---|---|
MemberMap[] | 
User.getCustomAttributes()
Get Custom attribute
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
MemberMap[] | 
ImportUser.getCustomizationAttributes()
Get Custom attribute 
 | 
MemberMap[] | 
CreateUserRequest.getCustomizationAttributes()
Get Custom attribute 
 | 
MemberMap[] | 
UpdateUserRequest.getCustomizationAttributes()
Get Custom attribute 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
User.setCustomAttributes(MemberMap[] CustomAttributes)
Set Custom attribute
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
ImportUser.setCustomizationAttributes(MemberMap[] CustomizationAttributes)
Set Custom attribute 
 | 
void | 
CreateUserRequest.setCustomizationAttributes(MemberMap[] CustomizationAttributes)
Set Custom attribute 
 | 
void | 
UpdateUserRequest.setCustomizationAttributes(MemberMap[] CustomizationAttributes)
Set Custom attribute 
 | 
| Constructor and Description | 
|---|
MemberMap(MemberMap 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. 
 | 
Copyright © 2022. All rights reserved.