public class RevokeTemplateAuthorityRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
templateId
The ID of the permission template.
|
Long |
tid
The ID of the tenant.
|
String |
userIds
The IDs of users from whom you want to revoke permissions by using a permission template.
|
| 构造器和说明 |
|---|
RevokeTemplateAuthorityRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RevokeTemplateAuthorityRequest |
build(Map<String,?> map) |
Long |
getTemplateId() |
Long |
getTid() |
String |
getUserIds() |
RevokeTemplateAuthorityRequest |
setTemplateId(Long templateId) |
RevokeTemplateAuthorityRequest |
setTid(Long tid) |
RevokeTemplateAuthorityRequest |
setUserIds(String userIds) |
@NameInMap(value="TemplateId") public Long templateId
The ID of the permission template.
This parameter is required.
example:1563
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:3***
@NameInMap(value="UserIds") public String userIds
The IDs of users from whom you want to revoke permissions by using a permission template.
This parameter is required.
example:[12***,34***,56***]
public static RevokeTemplateAuthorityRequest build(Map<String,?> map) throws Exception
Exceptionpublic RevokeTemplateAuthorityRequest setTemplateId(Long templateId)
public Long getTemplateId()
public RevokeTemplateAuthorityRequest setTid(Long tid)
public Long getTid()
public RevokeTemplateAuthorityRequest setUserIds(String userIds)
public String getUserIds()
Copyright © 2025. All rights reserved.