mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
14 lines
424 B
YAML
14 lines
424 B
YAML
---
|
|
technical_user:
|
|
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
|
reader:
|
|
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
|
writer:
|
|
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
|
jdoe:
|
|
first_name: John
|
|
last_name: Doe
|
|
is_active: True
|
|
is_superuser: False
|
|
is_staff: False
|