Config¶
Leafs
- 
class 
System.Aaa.Authentication.Config¶ Bases:
EntityClass Hierarchy:
SystemAaaAuthenticationConfigThis 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
AAAMETHODTYPEtype: list of str
-