mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
23 lines
338 B
YAML
23 lines
338 B
YAML
type: object
|
|
description:
|
|
Describes a local EAP user/psk/vid triplet.
|
|
properties:
|
|
mac:
|
|
type: string
|
|
format: uc-mac
|
|
user-name:
|
|
type: string
|
|
minLength: 1
|
|
password:
|
|
type: string
|
|
maxLength: 63
|
|
minLength: 8
|
|
vlan-id:
|
|
type: integer
|
|
maximum: 4096
|
|
examples:
|
|
- 3
|
|
- 100
|
|
- 200
|
|
- 4094
|