State¶
Leafs
-
class
System.Aaa.Authentication.AdminUser.
State
¶ Bases:
Entity
Class Hierarchy:
System
Aaa
Authentication
AdminUser
State
This class represents state data.
Operational state data for the root user account
-
admin_password
¶ The admin/root password, supplied as a cleartext string. The system should hash and only store the password as a hashed value
type: str
config: False
-
admin_password_hashed
¶ The admin/root password, supplied as a hashed value using the notation described in the definition of the crypt-password-type
type: str
config: False
-
admin_username
¶ Name of the administrator user account, e.g., admin, root, etc
type: str
config: False
-