public class CreateOrganizationMembersPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateOrganizationMembersPolicyRequest()  | 
CreateOrganizationMembersPolicyRequest(CreateOrganizationMembersPolicyRequest 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 | 
getDescription()
Get Policy description, which contains up to 128 characters. 
 | 
Long | 
getIdentityId()
Get Member access identity ID, which can be obtained through [ListOrganizationIdentity](https://intl.cloud.tencent.com/document/product/850/82934?from_cn_redirect=1). 
 | 
Long[] | 
getMemberUins()
Get Member UIN list, including up to 10 items. 
 | 
String | 
getPolicyName()
Get Policy name, which contains 1 to 128 characters, including English letters, digits, and symbols `+=,.@_-`. 
 | 
void | 
setDescription(String Description)
Set Policy description, which contains up to 128 characters. 
 | 
void | 
setIdentityId(Long IdentityId)
Set Member access identity ID, which can be obtained through [ListOrganizationIdentity](https://intl.cloud.tencent.com/document/product/850/82934?from_cn_redirect=1). 
 | 
void | 
setMemberUins(Long[] MemberUins)
Set Member UIN list, including up to 10 items. 
 | 
void | 
setPolicyName(String PolicyName)
Set Policy name, which contains 1 to 128 characters, including English letters, digits, and symbols `+=,.@_-`. 
 | 
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, toJsonStringpublic CreateOrganizationMembersPolicyRequest()
public CreateOrganizationMembersPolicyRequest(CreateOrganizationMembersPolicyRequest source)
public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins - Member UIN list, including up to 10 items.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - Policy name, which contains 1 to 128 characters, including English letters, digits, and symbols `+=,.@_-`.public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId - Member access identity ID, which can be obtained through [ListOrganizationIdentity](https://intl.cloud.tencent.com/document/product/850/82934?from_cn_redirect=1).public String getDescription()
public void setDescription(String Description)
Description - Policy description, which contains up to 128 characters.Copyright © 2025. All rights reserved.