Config¶
Leafs
-
class
System.Aaa.Authentication.
Config
¶ Bases:
Entity
Class Hierarchy:
System
Aaa
Authentication
Config
This class represents configuration data.
Configuration data for global authentication services
-
authentication_method
¶ Ordered list of authentication methods for users. This can be either a reference to a server group, or a well- defined designation in the AAA_METHOD_TYPE identity. If authentication fails with one method, the next defined method is tried – failure of all methods results in the user being denied access
type: union of the below types:
type: list of
AAAMETHODTYPE
type: list of str
-