windmill-api 1.817.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AclGrant

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)