1description: >
2    Provides properties for supported consoles in the system.
3
4properties:
5    - name: SocketName
6      type: array[byte]
7      description: >
8          Unix socket identifier for a console. This is used by a process like
9          bmcweb to put consoles, most likely host serial consoles, out on
10          WebSocket Secure (wss).
11
12          This attribute provides unix abstract socket name and its first
13          character is always null hence the attribute type is an array of bytes
14          instead of string. The byte array does not include a null terminator.
15      flags:
16          - readonly
17