State¶
Leafs
-
class
System.Aaa.Authorization.State¶ Bases:
EntityClass Hierarchy:
SystemAaaAuthorizationStateThis 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
AAAMETHODTYPEtype: list of str
config: False