mirror of
https://github.com/sharkdp/bat
synced 2024-11-24 04:43:07 +00:00
dd95f8b5cb
Relates to #1213
18 lines
No EOL
287 B
YAML
18 lines
No EOL
287 B
YAML
---
|
|
# Simple example
|
|
id: 3595
|
|
name: Test User
|
|
username: "testuser"
|
|
other_names: ['Bob', 'Bill', 'George']
|
|
enabled: true
|
|
locked: false
|
|
groups:
|
|
- administrators
|
|
- engineering
|
|
- sfa
|
|
address: >
|
|
123 Alphabet Way
|
|
San Francisco, CA
|
|
phone: null
|
|
building_access: yes
|
|
secure_access: no |