SecuritySettings interface

The security settings of a device.

Extends

Properties

deviceAdminPassword

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.

Inherited Properties

id

The path ID that uniquely identifies the object.

name

The object name.

type

The hierarchical type of the object.

Property Details

deviceAdminPassword

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.

deviceAdminPassword: AsymmetricEncryptedSecret

Property Value

Inherited Property Details

id

The path ID that uniquely identifies the object.

id?: string

Property Value

string

Inherited From ARMBaseModel.id

name

The object name.

name?: string

Property Value

string

Inherited From ARMBaseModel.name

type

The hierarchical type of the object.

type?: string

Property Value

string

Inherited From ARMBaseModel.type