Compartir a través de


AdministrativeCredentials Class

AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication.

All required parameters must be populated in order to send to server.

Constructor

AdministrativeCredentials(*, password: str, username: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
password
str

The password of the administrator of the device used during initialization. Required.

username
str

The username of the administrator of the device used during initialization. Required.

Variables

Name Description
password
str

The password of the administrator of the device used during initialization. Required.

username
str

The username of the administrator of the device used during initialization. Required.