public static class GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attribute
Other information.
|
Long |
dbId
The ID of the database.
|
Long |
instanceId
The ID of the instance.
|
Long |
itemId
The ID of the resource.
|
Long |
modifierId
The ID of the user who modified the resource.
|
String |
resourceType
The type of the resource.
|
String |
tableName
The name of the table.
|
Long |
templateId
The ID of the permission template.
|
| 构造器和说明 |
|---|
GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem() |
@NameInMap(value="Attribute") public String attribute
Other information. For example, you can add the logon permission on an instance to the permission template.
example:"permissionTypes": [ "LOGIN" ]
@NameInMap(value="DbId") public Long dbId
The ID of the database.
example:43***
@NameInMap(value="InstanceId") public Long instanceId
The ID of the instance.
example:188****
@NameInMap(value="ItemId") public Long itemId
The ID of the resource.
example:12***
@NameInMap(value="ModifierId") public Long modifierId
The ID of the user who modified the resource.
example:51***
@NameInMap(value="ResourceType") public String resourceType
The type of the resource. Valid values:
INSTANCE
@NameInMap(value="TableName") public String tableName
The name of the table.
example:ExampleTable
@NameInMap(value="TemplateId") public Long templateId
The ID of the permission template.
example:1563
public GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem()
public static GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem build(Map<String,?> map) throws Exception
Exceptionpublic GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setAttribute(String attribute)
public String getAttribute()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setDbId(Long dbId)
public Long getDbId()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setInstanceId(Long instanceId)
public Long getInstanceId()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setItemId(Long itemId)
public Long getItemId()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setModifierId(Long modifierId)
public Long getModifierId()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setResourceType(String resourceType)
public String getResourceType()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setTableName(String tableName)
public String getTableName()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemListAuthorityTemplateItem setTemplateId(Long templateId)
public Long getTemplateId()
Copyright © 2025. All rights reserved.