Authentication#

Overview#

The cmdb.authentication namespace provides configuration management for:

  • Rule - Rule configuration endpoint.

  • Scheme - Scheme configuration endpoint.

  • Setting - Setting configuration endpoint.

Quick Start#

from hfortix_fortios import FortiOS

fgt = FortiOS(host='192.168.1.99', token='your-token')

# Access endpoints via:
fgt.api.cmdb.authentication.<endpoint>

Available Endpoints#

See Also#