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
16
17
18
# DatatableAclInfo

## Properties

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