public class ListUserPermissionsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
databaseName
The name of the database.
|
String |
dbType
The type of the database.
|
String |
envType
The type of the environment to which the database belongs.
|
Boolean |
logic
Specifies whether the database is a logical database.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
permType
The permissions on a specific type of resources that you want to query.
|
String |
searchKey
The keyword used in the query.
|
Long |
tid
The ID of the tenant.
|
String |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
ListUserPermissionsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListUserPermissionsRequest |
build(Map<String,?> map) |
String |
getDatabaseName() |
String |
getDbType() |
String |
getEnvType() |
Boolean |
getLogic() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getPermType() |
String |
getSearchKey() |
Long |
getTid() |
String |
getUserId() |
ListUserPermissionsRequest |
setDatabaseName(String databaseName) |
ListUserPermissionsRequest |
setDbType(String dbType) |
ListUserPermissionsRequest |
setEnvType(String envType) |
ListUserPermissionsRequest |
setLogic(Boolean logic) |
ListUserPermissionsRequest |
setPageNumber(Integer pageNumber) |
ListUserPermissionsRequest |
setPageSize(Integer pageSize) |
ListUserPermissionsRequest |
setPermType(String permType) |
ListUserPermissionsRequest |
setSearchKey(String searchKey) |
ListUserPermissionsRequest |
setTid(Long tid) |
ListUserPermissionsRequest |
setUserId(String userId) |
@NameInMap(value="DatabaseName") public String databaseName
The name of the database.
example:db_name
@NameInMap(value="DbType") public String dbType
The type of the database. For more information about the valid values of this parameter, see DbType parameter.
example:polardb
@NameInMap(value="EnvType") public String envType
The type of the environment to which the database belongs. Valid values:
dev
@NameInMap(value="Logic") public Boolean logic
Specifies whether the database is a logical database. Valid values:
false
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
example:5
@NameInMap(value="PermType") public String permType
The permissions on a specific type of resources that you want to query. Valid values:
This parameter is required.
example:DATABASE
@NameInMap(value="SearchKey") public String searchKey
The keyword used in the query. For example, if you want to query permissions on an instance, you can specify the endpoint of the instance, such as rm-bp144d5ky4l4r****.
example:rm-bp144d5ky4l4r****
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
@NameInMap(value="UserId") public String userId
public static ListUserPermissionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListUserPermissionsRequest setDatabaseName(String databaseName)
public String getDatabaseName()
public ListUserPermissionsRequest setDbType(String dbType)
public String getDbType()
public ListUserPermissionsRequest setEnvType(String envType)
public String getEnvType()
public ListUserPermissionsRequest setLogic(Boolean logic)
public Boolean getLogic()
public ListUserPermissionsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListUserPermissionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListUserPermissionsRequest setPermType(String permType)
public String getPermType()
public ListUserPermissionsRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListUserPermissionsRequest setTid(Long tid)
public Long getTid()
public ListUserPermissionsRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.