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
# AclSource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**role** | **String** |  | 
**privileges** | **Vec<String>** | what role gave of the grant's privileges. A revoke is held back only by a source out of reach that gave some of what it takes back. | 
**reachable** | **bool** | whether the data table's connection can take back what role gave. On an object that is the owner, when the connection acts for the owner, and otherwise the connection itself; for a default privilege, a creating role the connection acts for. What a source out of reach gave is not revocable from here; privileges only other sources gave still are. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)