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
|
The password of the administrator of the device used during initialization. Required. |
|
username
|
The username of the administrator of the device used during initialization. Required. |