AdministrativeCredentialsPatch interface
AdministrativeCredentialsPatch represents the admin credentials for the device requiring password-based authentication.
Properties
| password | The password of the administrator of the device used during initialization. |
| username | The username of the administrator of the device used during initialization. |
Property Details
password
The password of the administrator of the device used during initialization.
password?: string
Property Value
string
username
The username of the administrator of the device used during initialization.
username?: string
Property Value
string