public class CreateOrgServiceAssignRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrgServiceAssignRequest() |
CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest 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 |
getManagementScope()
Get Management scope of the delegated admin.
|
Long[] |
getManagementScopeNodeIds()
Get ID list of the managed departments.
|
Long[] |
getManagementScopeUins()
Get Uin list of the managed members.
|
Long[] |
getMemberUins()
Get Uin list of the delegated admins, including up to 20 items.
|
Long |
getServiceId()
Get Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?from_cn_redirect=1).
|
void |
setManagementScope(Long ManagementScope)
Set Management scope of the delegated admin.
|
void |
setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)
Set ID list of the managed departments.
|
void |
setManagementScopeUins(Long[] ManagementScopeUins)
Set Uin list of the managed members.
|
void |
setMemberUins(Long[] MemberUins)
Set Uin list of the delegated admins, including up to 20 items.
|
void |
setServiceId(Long ServiceId)
Set Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?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 CreateOrgServiceAssignRequest()
public CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest source)
public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?from_cn_redirect=1).public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins
- Uin list of the delegated admins, including up to 20 items.public Long getManagementScope()
public void setManagementScope(Long ManagementScope)
ManagementScope
- Management scope of the delegated admin. Valid values: 1 (all members), 2 (partial members). Default value: 1.public Long[] getManagementScopeUins()
public void setManagementScopeUins(Long[] ManagementScopeUins)
ManagementScopeUins
- Uin list of the managed members. This parameter is valid when ManagementScope is 2.public Long[] getManagementScopeNodeIds()
public void setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)
ManagementScopeNodeIds
- ID list of the managed departments. This parameter is valid when ManagementScope is 2.Copyright © 2024. All rights reserved.