NetworkProfileData class
The data associated with a network profile.
Constructors
- NetworkProfileData({String? certificateAuthorityArn, String? description, NetworkEapMethod? eapMethod, String? networkProfileArn, String? networkProfileName, NetworkSecurityType? securityType, String? ssid})
-
NetworkProfileData.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
- 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
- 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
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