Config¶
Leafs
- 
class 
System.Aaa.Authentication.AdminUser.Config¶ Bases:
EntityClass Hierarchy:
SystemAaaAuthenticationAdminUserConfigThis class represents configuration data.
Configuration 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
- 
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
-