SecuritySettings Class
The security settings of a device.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
SecuritySettings(*, device_admin_password: _models.AsymmetricEncryptedSecret, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
device_admin_password
|
Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters. Required. |
Variables
| Name | Description |
|---|---|
|
id
|
The path ID that uniquely identifies the object. |
|
name
|
The object name. |
|
type
|
The hierarchical type of the object. |
|
device_admin_password
|
Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters. Required. |