public static class ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessId
The username of the database account that is authorized to access the database instance by using the secure access proxy feature.
|
String |
gmtCreate
The time when the user is authorized to access the database instance by using the secure access proxy feature.
|
String |
indepAccount
The username of the independent database account.
|
Long |
instanceId
The ID of the database instance.
|
String |
originInfo
The method that is used to authorize the user to access the database instance by using the secure access proxy feature.
|
Long |
proxyAccessId
The ID that DMS generates after the user is authorized to access the database instance by using the secure access proxy feature.
|
Long |
proxyId
The ID of the secure access proxy.
|
Long |
userId
The ID of the user.
|
String |
userName
The nickname of the user.
|
String |
userUid
The UID of the Alibaba Cloud account.
|
| 构造器和说明 |
|---|
ListProxyAccessesResponseBodyProxyAccessList() |
@NameInMap(value="AccessId") public String accessId
The username of the database account that is authorized to access the database instance by using the secure access proxy feature.
example:MXPL8HalI22m****
@NameInMap(value="GmtCreate") public String gmtCreate
The time when the user is authorized to access the database instance by using the secure access proxy feature.
example:2021-03-31 10:34:18
@NameInMap(value="IndepAccount") public String indepAccount
The username of the independent database account.
example:@NameInMap(value="InstanceId") public Long instanceId
The ID of the database instance.
example:164****
@NameInMap(value="OriginInfo") public String originInfo
The method that is used to authorize the user to access the database instance by using the secure access proxy feature. Valid values:
Authorization by the Alibaba Cloud Account(29490401597700****)
@NameInMap(value="ProxyAccessId") public Long proxyAccessId
The ID that DMS generates after the user is authorized to access the database instance by using the secure access proxy feature. The ID is unique in DMS.
example:@NameInMap(value="ProxyId") public Long proxyId
The ID of the secure access proxy.
example:47
@NameInMap(value="UserId") public Long userId
The ID of the user.
example:26****
@NameInMap(value="UserName") public String userName
The nickname of the user.
example:user
@NameInMap(value="UserUid") public String userUid
The UID of the Alibaba Cloud account.
example:25936669186260****
public ListProxyAccessesResponseBodyProxyAccessList()
public static ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList build(Map<String,?> map) throws Exception
Exceptionpublic ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setAccessId(String accessId)
public String getAccessId()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setGmtCreate(String gmtCreate)
public String getGmtCreate()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setIndepAccount(String indepAccount)
public String getIndepAccount()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setInstanceId(Long instanceId)
public Long getInstanceId()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setOriginInfo(String originInfo)
public String getOriginInfo()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setProxyAccessId(Long proxyAccessId)
public Long getProxyAccessId()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setProxyId(Long proxyId)
public Long getProxyId()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setUserId(Long userId)
public Long getUserId()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setUserName(String userName)
public String getUserName()
public ListProxyAccessesResponseBody.ListProxyAccessesResponseBodyProxyAccessList setUserUid(String userUid)
public String getUserUid()
Copyright © 2025. All rights reserved.