Skip to content

Commit

Permalink
Schema description fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed May 30, 2024
1 parent a276b96 commit 99385d6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;accounting_update_interval</samp>](## "dot1x.aaa.accounting_update_interval") | Integer | | | Min: 5<br>Max: 65535 | Interval period in seconds. |
| [<samp>&nbsp;&nbsp;captive_portal</samp>](## "dot1x.captive_portal") | Dictionary | | | | Web authentication feature authenticates a supplicant through a web page, referred to as a captive portal. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;enabled</samp>](## "dot1x.captive_portal.enabled") | Boolean | | | | |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;url</samp>](## "dot1x.captive_portal.url") | String | | | | Supported URL type:<br> - http: http[s]://<hostname>[:<port>]<br> - https: http[s]://<hostname>[:<port>] |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;url</samp>](## "dot1x.captive_portal.url") | String | | | | Supported URL type:<br> - http: http://<hostname>[:<port>]<br> - https: https://<hostname>[:<port>] |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;ssl_profile</samp>](## "dot1x.captive_portal.ssl_profile") | String | | | | SSL profile name. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;start_limit_infinite</samp>](## "dot1x.captive_portal.start_limit_infinite") | Boolean | | | | Set captive-portal start limit to infinte. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;access_list_ipv4</samp>](## "dot1x.captive_portal.access_list_ipv4") | String | | | | Standard access-list name. |
Expand Down Expand Up @@ -133,8 +133,8 @@
enabled: <bool>

# Supported URL type:
# - http: http[s]://<hostname>[:<port>]
# - https: http[s]://<hostname>[:<port>]
# - http: http://<hostname>[:<port>]
# - https: https://<hostname>[:<port>]
url: <str>

# SSL profile name.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ keys:
type: str
description: |-
Supported URL type:
- http: http[s]://<hostname>[:<port>]
- https: http[s]://<hostname>[:<port>]
- http: http://<hostname>[:<port>]
- https: https://<hostname>[:<port>]
ssl_profile:
type: str
description: SSL profile name.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99385d6

Please sign in to comment.