Name | Type | Description | Notes |
---|---|---|---|
id | Option<i32> | [optional][readonly] | |
url | Option<String> | [optional][readonly] | |
display | Option<String> | [optional][readonly] | |
name | String | ||
description | Option<String> | [optional] | |
enabled | Option<bool> | [optional] | |
object_types | Vec | ||
groups | Option<Vec> | [optional] | |
users | Option<Vec> | [optional] | |
actions | Vec | The list of actions granted by this permission | |
constraints | Option<serde_json::Value> | Queryset filter matching the applicable objects of the selected type(s) | [optional] |