mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Update rbac.md
Quick style change.
This commit is contained in:
+2
-10
@@ -57,16 +57,8 @@ The RBAC system defines a few new models. These models represent the underlying
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
# Available Permissions
|
# Available Permissions
|
||||||
{
|
{'create':True, 'read':True, 'write':True, 'update':True,
|
||||||
'create':True,
|
'delete':True, 'scm_update':True, 'use':True, 'execute':True}
|
||||||
'read':True,
|
|
||||||
'write':True,
|
|
||||||
'update':True,
|
|
||||||
'delete':True,
|
|
||||||
'scm_update':True,
|
|
||||||
'use':True,
|
|
||||||
'execute':True,
|
|
||||||
}
|
|
||||||
# Special Permissions
|
# Special Permissions
|
||||||
{'all':True}
|
{'all':True}
|
||||||
# Example: readonly
|
# Example: readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user