public class BindOrganizationMemberAuthAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BindOrganizationMemberAuthAccountRequest() |
BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest 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 |
---|---|
Long |
getMemberUin()
Get Member UIN.
|
Long[] |
getOrgSubAccountUins()
Get List of sub-account UINs of the organization admin, which can contain up to five UINs.
|
Long |
getPolicyId()
Get Policy ID, which can be obtained by calling [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1).
|
void |
setMemberUin(Long MemberUin)
Set Member UIN.
|
void |
setOrgSubAccountUins(Long[] OrgSubAccountUins)
Set List of sub-account UINs of the organization admin, which can contain up to five UINs.
|
void |
setPolicyId(Long PolicyId)
Set Policy ID, which can be obtained by calling [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1).
|
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 BindOrganizationMemberAuthAccountRequest()
public BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Member UIN.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- Policy ID, which can be obtained by calling [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1).public Long[] getOrgSubAccountUins()
public void setOrgSubAccountUins(Long[] OrgSubAccountUins)
OrgSubAccountUins
- List of sub-account UINs of the organization admin, which can contain up to five UINs.Copyright © 2025. All rights reserved.