Security

@Serializable(with = SecuritySerializer::class)
sealed class Security

Security level describes a minimum security level of a subnet associated with this network key. If all the nodes on the subnet associated with this network key have been provisioned using the Secure Provisioning procedure 1, then the value of minSecurity property for the subnet is set to “secure”; otherwise, the value of the minSecurity is set to “insecure”.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String