NetworkProfile

The network profile associated with a device.

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

The current password of the Wi-Fi network.

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 next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

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.

Link copied to clipboard

The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.

Functions

Link copied to clipboard
inline fun copy(block: NetworkProfile.Builder.() -> Unit = {}): NetworkProfile
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