# DatatableAclInfo
## Properties
**owner** | **String** | |
**roles** | **Vec<String>** | the roles a change may name; empty unless the caller may change anything |
**editable** | **bool** | whether the caller may plan and apply changes |
**clone** | **bool** | whether this is a clone, whose grants stay as they were copied |
**supports_maintain** | **bool** | whether the server is Postgres 17+, which added the MAINTAIN table privilege |
**dbname** | **String** | the database the target lives in |
**grants** | [**Vec<models::AclGrant>**](AclGrant.md) | |
**children** | **Vec<String>** | a database's schemas, or a schema's tables |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)