State¶
Leafs
-
class
System.Aaa.Authorization.
State
¶ Bases:
Entity
Class Hierarchy:
System
Aaa
Authorization
State
This class represents state data.
Operational state data for authorization based on AAA
Ordered list of methods for authorizing commands. The first method that provides a response (positive or negative) should be used. The list may contain a well-defined method such as the set of all TACACS or RADIUS servers, or the name of a defined AAA server group. The system must validate that the named server group exists
type: union of the below types:
type: list of
AAAMETHODTYPE
type: list of str
config: False