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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** |  | 
**role** | **String** | a data table role of the instance, other than admin | 
**privileges** | **Vec<String>** |  | 
**scope** | [**models::AclGrantScope**]AclGrantScope.md |  | 
**objects** | Option<[**Vec<models::AclObject>**]AclObject.md> | objects inside the target the revoke covers, empty for the target itself. Only with the target scope; a revoke on all objects of a kind is refused, since it cannot say which grants it takes back. | [optional]

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