# AclGrant
## Properties
**grantee** | **String** | |
**privileges** | **Vec<String>** | |
**object** | Option<[**models::AclObject**](AclObject.md)> | | [optional]
**future** | Option<**String**> | set for a default privilege, naming the kind of object it covers (TABLES, SEQUENCES, FUNCTIONS, TYPES, or SCHEMAS). On a schema, the defaults set in that schema; on the database, the ones set database-wide, which apply in every schema and which no schema's own defaults take back. | [optional]
**sources** | [**Vec<models::AclSource>**](AclSource.md) | the roles the grant comes from, each once — who granted it, or for a default privilege the role whose future objects it covers. A revoke of some of the grant's privileges takes them back from every source that gave them. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)