mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Update rbac.md
Quick style change.
This commit is contained in:
12
docs/rbac.md
12
docs/rbac.md
@@ -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