Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecuritySettings

Package version

interface

An interface representing SecuritySettings. The SecuritySettings of a device

extends

BaseModel

Hierarchy

Index

Properties

deviceAdminPassword

deviceAdminPassword: AsymmetricEncryptedSecret
member

{AsymmetricEncryptedSecret} deviceAdminPassword Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to log into the local web UI of the device. Actual password could have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc