NetworkProfile class

The network profile associated with a device.

Constructors

NetworkProfile({String? certificateAuthorityArn, String? currentPassword, String? description, NetworkEapMethod? eapMethod, String? networkProfileArn, String? networkProfileName, String? nextPassword, NetworkSecurityType? securityType, String? ssid, List<String>? trustAnchors})
NetworkProfile.fromJson(Map<String, dynamic> json)
factory

Properties

certificateAuthorityArn String?
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
final
currentPassword String?
The current password of the Wi-Fi network.
final
description String?
Detailed information about a device's network profile.
final
eapMethod NetworkEapMethod?
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
final
hashCode int
The hash code for this object.
no setterinherited
networkProfileArn String?
The ARN of the network profile associated with a device.
final
networkProfileName String?
The name of the network profile associated with a device.
final
nextPassword String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityType NetworkSecurityType?
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
final
ssid String?
The SSID of the Wi-Fi network.
final
trustAnchors List<String>?
The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited