NetworkProfileData

The data associated with a network profile.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

Link copied to clipboard

Detailed information about a device's network profile.

Link copied to clipboard

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

Link copied to clipboard

The ARN of the network profile associated with a device.

Link copied to clipboard

The name of the network profile associated with a device.

Link copied to clipboard

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

Link copied to clipboard
val ssid: String?

The SSID of the Wi-Fi network.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String