# AclChangeRevoke
## Properties
**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)