State¶
Leafs
- 
class 
System.Aaa.Authentication.State¶ Bases:
EntityClass Hierarchy:
SystemAaaAuthenticationStateThis class represents state data.
Operational state 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
config: False
-