public class DeleteProxyAccessRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
proxyAccessId
The ID of the security protection authorization.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteProxyAccessRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteProxyAccessRequest |
build(Map<String,?> map) |
Long |
getProxyAccessId() |
Long |
getTid() |
DeleteProxyAccessRequest |
setProxyAccessId(Long proxyAccessId) |
DeleteProxyAccessRequest |
setTid(Long tid) |
@NameInMap(value="ProxyAccessId") public Long proxyAccessId
The ID of the security protection authorization. After the security protection agent authorizes the target user, the system automatically generates a security protection authorization ID. The ID is globally unique. You can call the ListProxyAccesses operation to obtain this parameter.
This parameter is required.
example:1
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain this parameter.
example:1
public static DeleteProxyAccessRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteProxyAccessRequest setProxyAccessId(Long proxyAccessId)
public Long getProxyAccessId()
public DeleteProxyAccessRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.